Skip to content

FlowGraphDto

optional description?: string

Optional human-readable description of the workflow. Round-trips through the DSL header description "..." line.


edges: FlowEdgeDto[]


id: string


name: string


nodes: FlowNodeDto<unknown>[]


optional subflows?: SubFlowDto[]

Execution-unit groupings over nodes. Optional - absent/empty on graphs without sub-flows.


version: string