Expand description
Workflow executor — runs steps sequentially or in parallel.
Operates on WorkflowRun (a definition + runtime state). Template
fields read from run.definition.steps[i]; runtime mutations apply
to run.step_runs[i].
Structs§
- Noop
Event Sink - No-op event sink (for testing).
- Tracing
Event Sink - Event sink that logs to tracing.
- Workflow
Runner - Runs workflows step by step, handling sequential and parallel execution.
Traits§
- Event
Sink - Receives workflow events during execution.
- Step
Executor - Execute a single workflow step.