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.
Properties
Section titled “Properties”id:
string
label:
string
nodeIds
Section titled “nodeIds”nodeIds:
string[]
Ids of the member nodes (a subset of FlowGraphDto.nodes).
retry?
Section titled “retry?”
optionalretry?:number
Re-run the whole unit up to this many times on failure. Absent = run once.