This is a BPMN process diagram example that shows the use of the Discriminator pattern. Here are some of its characteristics:
- Allows only one branch to continue on the process at a given join point, based on a condition evaluated at runtime.
- The remaining branches are blocked.
- A special case of N-Out-of-M join pattern.
- Complex Join.