Interfaces
WorkflowOptions
Interface: WorkflowOptions
Defined in: src/core-flow/Workflow.ts:101
Properties
id?
readonlyoptionalid?:string
Defined in: src/core-flow/Workflow.ts:105
Stable id used for topology + events. Default 'workflow'.
name?
readonlyoptionalname?:string
Defined in: src/core-flow/Workflow.ts:103
Human-friendly name for events + topology. Default 'Workflow'.
structureRecorders?
readonlyoptionalstructureRecorders?: readonlyStructureRecorder[]
Defined in: src/core-flow/Workflow.ts:112
Optional build-time recorders passed through to footprintjs's
flowChart() factory — they observe this workflow's own nodes (Seed +
one mount per step + Finalize). Not propagated into the mounted step
charts; attach them to each step runner for full coverage.
