Parallel Steps
Choose one of four ways to start and coordinate concurrent Step executions.
Problem and approach
Each pattern starts independent Step executions with GoToMany. Use the coordination choice that matches when the Flow is allowed to continue.
- Static parallel Steps — Fan out to a fixed set of distinct Step types.
- Dynamic parallel Steps — Fan out to a runtime-sized set of executions of one Step type.
- Await parallel Steps — Wait until every dynamic execution has published completion.
- First-win parallel Steps — Let the first completed execution cancel its siblings.