Skip to content

SubFlowDto

A sub-flow: a named execution-unit grouping of member nodes, matching flow_domain::graph::SubFlow. The executor runs it as one unit (single entry/exit) and can retry the whole unit; the canvas renders it as a React Flow group node. Membership is by node id; members stay in FlowGraphDto.nodes.

id: string


label: string


nodeIds: string[]

Ids of the member nodes (a subset of FlowGraphDto.nodes).


optional retry?: number

Re-run the whole unit up to this many times on failure. Absent = run once.