Versions in this module Expand all Collapse all v0 v0.4.0 Apr 21, 2026 Changes in this version + const RunIfFailure + const RunIfSuccess + type FlexStrings []string + func (f *FlexStrings) UnmarshalJSON(data []byte) error + type Mode string + const ModeInfer + const ModeTrain + type State uint8 + const Completed + const Failed + const Interrupted + const Pending + const Running + const Scheduled + const Skipped + func (s State) IsTerminal() bool + func (s State) String() string + type Task struct + CLIArgs []string + CreatedAt time.Time + Daemon bool + DependsOn []string + Encrypted bool + Env map[string]string + Error string + File []byte + FinishTime time.Time + ID string + ImageURL string + Inputs FlexStrings + IsRecurring bool + JobID string + KBSResourcePath string + Kind TaskKind + Mode Mode + MonitoringProfile *proplet.MonitoringProfile + Name string + NextRun time.Time + Priority int + PropletID string + Results any + RunIf string + Schedule string + StartTime time.Time + State State + Timezone string + UpdatedAt time.Time + WorkflowID string + type TaskKind string + const TaskKindFederated + const TaskKindStandard + type TaskPage struct + Limit uint64 + Offset uint64 + Tasks []Task + Total uint64