I keep receiving an error during a semantic check of my BPMN model against one of my end events that "this object type 'End event' violates the following rule: 'If a process uses an object type 'End' event, at least one object of type 'Start' event is required'"
My process map has a start event that is in one pool and the errors are against the end events in another pool. Do you need a start event in each pool? Pasted below
M. Zschuckelt on
Hello,
your image was not pasted.
A pool delimits a process in a BPMN Collaboration diagram. So everything inside the Pool is part of the process, everything outside the Pool is the rest of the world (other Pools) the process "collaborates" with through message flows. So if you have multiple Pools in a single diagram and each Pool is "white box", i. e. has modelled content, each Pool needs to obey the BPMN rules for processes.
See chapter 9.3 on Pools and chapter 10.5.2 on the start event in the BPMN 2.0 specification.
I would recommend to use only one white box Pool per Collaboration diagram. Name the diagram the same as the white box pool and assign it to the pool.