Hi Aris guru,
I had a couple questions with regards to BPMN and EPC, hope you can provide the answer:
Q1. Can a business process model, which is using EPC, have more than one start event and more than one end event?
Q2. Can a business process model, which is using BPMN, have more than one start event and more than one end event?
Q3. If the EPC rule (i.e. Functions and events only have a single incoming and outgoing connection) applies to BPMN?
Q4. If multiple start events are allowed in a BPMN driven process modelling and all the start events which are connected to one function must first be combined with a logic rule before entering into the function?
Example: The following two events will lead to Function T, and both of them MUST link to logic rule symbol before connecting to Function T. Meaning both of the events are not allowed to go straight into Function T.
Start Event A / Start Event B ------> AND (OR, XOR) -------> FUNCTION T
Q5. There is a logic rule gateway object in BPMN call "Complex Gateway", is there such logic connector used in EPC (note, EPC only have OR, XOR and AND)
Caspar Jans on
Hi,
A1: yes. EPC's can have multiple start and end events (they need to have at least one).
A2: yes, BPMN models can have multiple start and end events (they need to have at least one).
A3: yes, in BPMN, similar to EPC, a function can only have one incoming and one outgoing connection.
A4; in case of multiple start events, first a gateway is needed to consolidate these events into one connection that connects to the first function (because of A3).
A5: BPMN does have a complex gateway. I am not sure if this is also available in EPC, I think the closest to this is the RULE gateway, where you can specify the rule for going either one way or the other.
regards, Caspar