IntermediateLast verified Aug 23, 2026
Gate
Combines control arrivals according to a configured pass rule.
Combines control arrivals according to a configured pass rule.
When to use
Use it when several control branches must be coordinated before the graph continues.
Example
Wait for the required upstream arrivals, then continue through Pass; handle Blocked separately.
Common problems
Gate joins control, not arbitrary data. Configure the arrival rule deliberately and avoid using it to create a cycle.
Next steps
Review the generated Parameters, Outcomes, and Data Ports on this page, then open the related guides for the complete workflow.
Related documentation
- Control and data connectionsUse control connections to continue execution and data connections to pass compatible values.
- Join / Data MergeConverges control branches as a Join or combines compatible data inputs as a Data Merge.
- Fix validation issuesUse the validation area to locate a blocking problem, correct it, and confirm that it is resolved.