I've created a query and I wanna show all the Participant objects that has all of the condition as below:
- Occurs in BPMN and FAD
- Connects to Capability, Cluster, and Organizational Unit
As it turns out, it only show the Participant objects that fulfill only one condition (e.g. only show what occurs in BPMN but not the other).
How do I make it show only the Participant objects that has all of the condition as above?
M. Zschuckelt on
Have you tried to walk across BPMN Coll. and FAD first, then joining on Participant after that and finally doing the rest with the satellites?