Skip to main content

Module executor

Module executor 

Source
Expand description

Workflow execution engine.

Structs§

ExecutionContext
Execution context provided to task executors.
ExecutorConfig
Workflow executor configuration.
RecoveryInfo
Information about workflow recovery state.
TaskOutput
Task execution output.
WorkflowExecutor
Workflow executor.

Traits§

TaskExecutor
Task executor trait - implement this to define custom task execution logic.