Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Scheduler ¶
type Scheduler struct { ErrC chan error // contains filtered or unexported fields }
Scheduler manages the executions based on the definition of the workflows
func New ¶
func New(event *eventsdk.Event, execution *executionsdk.Execution, workflow *workflowsdk.Workflow) *Scheduler
New creates a new Workflow instance
Click to show internal directories.
Click to hide internal directories.