We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b3aac5 + f8889e9 commit 8560f5aCopy full SHA for 8560f5a
types/list.go
@@ -101,7 +101,6 @@ type Workflow struct {
101
ProjectName string `json:"project_name,omitempty"`
102
ProjectInfo uuid.UUID `json:"project_info,omitempty"`
103
VersionCount *int `json:"version_count,omitempty"`
104
- ScheduleInfo uuid.UUID `json:"schedule_info,omitempty"`
105
IsScheduled bool `json:"is_scheduled"`
106
Executing bool `json:"executing"`
107
}
0 commit comments