
Inclusive Gateway (OR)
Of the multiple paths, the token is split and moves to all of the paths which satisfy conditions. Workflow may become parallel processing.
Capture


Notes
- All conditional expressions are evaluated and token moves to destinations of all conditions that resulted as true
- If none of the conditional expressions are true, it proceeds to the transition destination of [Default flow]
- If you wish to parallelly transition to both destinations that the default and one that met a condition, you need to add another expression that is set as the same as the Default flow
- Each row of condition can contain multiple conditional expressions
- Token moves to the specified destination only if all the conditions are satisfied
- You can configure AND condition using this
- You can specify the same destination to different rows of condition
- Token moves to the specified destination if either of the conditions are satisfied
- You can configure OR condition using this
- To merge the split routes, place [Merge Gateway (OR)]
- Spring Expression Language (SpEL) can be specified in the Split Condition settings
- This is an advanced feature for engineers
- E.g. #q_string?.startsWith(‘[test]’), or #q_datetime < #now.addDays(-1)
See also
- Tutorial: Your first step of Questetra BPM Suite / Chpt.4: Splitting by Condition
- Tutorial: Understanding How to Use Split Conditions
- R2030: Type of Conditional Expression
- M203: Parallel, Single Split and Multiple Split
- Blog: New Merge Gateways to Improve the Clarity of Workflow Diagrams (December 2022)
Pingback: Account Registration Reservation Process – Questetra Support
Pingback: Progress Report Process – Questetra Support
Pingback: Purchase Request flow – Questetra Support
Pingback: SLA Credits Issuance Flow – Questetra Support