Skip to main content

Module types

Module types 

Source
Expand description

Workflow definition types — fully serializable for use through all bindings.

Structs§

Edge
Directed edge between two stages, optionally conditional.
PatternStep
Run one of the car-multi coordination patterns.
ProposalStep
Execute a car-engine action proposal.
Stage
A named step in the workflow.
SubWorkflowStep
Run a nested workflow.
Workflow
Top-level workflow definition: a named graph of stages with conditional edges.

Enums§

CompensationHandler
What to run when compensating a stage on workflow failure (saga pattern).
PatternKind
All supported car-multi coordination patterns.
StageStep
What a stage actually does.