Reproduce steps:
- Deploy and attached WAR gateway-test-inclusive-0.0.1-SNAPSHOT.war / gateway-test-exclusive-0.0.1-SNAPSHOT.war
- Start process Process_1 via Tasklist
- Open process definition view in Cockpit
Problem:
- Token remains on gateway InclusiveGateway_2
Expected behavior:
- Tokens should flow through and be waiting on tasks for each activated flow line
Hints (optional):
- Workaround:
- Wrap the nested gateways within an embedded subprocess
- Observations:
- Behavior occurs when a sequence flow leads from the last gateway (inclusive/exclusive/parallel) to the first gateway, despite the token not having traversed through the last gateway.