The Inclusive Gateway Join node merges parallel paths back into a single flow. It waits for all active incoming paths to complete before the workflow continues. Pair it with an Inclusive Gateway Split node. Use the Unidirectional setting on individual incoming links to mark optional paths that the Join node doesn't need to wait for before proceeding.
How to read settings tables
The tables below describe each configurable option as it displays in the Unqork IDE. Values are formatted as follows:
inline code— a value to type exactly as shown | Bold — a value selected from a drop-down, radio button, tab, or choice chip | ON/OFF — toggle state | ✓ — checkbox checked | ☐ — checkbox unchecked
Settings
| Setting | Field | Type | Default | Description |
|---|---|---|---|---|
| Label | label |
Text input | inclusive-gateway-join-{n} |
A display name for the node. |
Link Settings
When you click an output link connecting from this node, the settings panel displays settings specific to this link type. For the full reference, see Output Links.
- Label: A display name for the link.
- Unidirectional: Lets the workflow proceed without waiting for this path to complete. Use this on optional incoming paths.
- Use Flash Message: When set to ON, this setting displays a notification to end-users when the workflow follows this link.
- Flash Message: The notification message to display.
- Make Flash Message Dismissable: When checked, this setting lets end-users dismiss the notification.
- Message Status: The visual style of the notification. Options include: Success, Info, or Danger.
Changelog
| Date | Change |
|---|---|
| — | Initial publication. |