Hi ARIS community,
I'm a bit wondering how you model timelines resp. timer events in EPCs.
Like in the follwoing use cases where you have a sequence of activities and in the middle of your process you are dependant on a "timer event", like:
1. you can only proceed after a wait time of X days/weeks/months/etc.
2. a specific task must be completed in x days/weeks/months/etc.
3. a specific task can only be executed in a specific time frame (e.g.: from 10pm to 3am)
Looking forward to your feedback.
Best,
Veronika
M. Zschuckelt on
Hello Veronika,
ad 1.) in EPC there is no such thing as the timer event in BPMN. An event is always a point in time. So here you would have to model an activity "Wait 3 weeks".
ad 2.) This is an XOR decision:
ad 3.) Normally you would not care about such time frames, unless you want to model this for simulations.
EDIT: I think in simulations you would model such a timeframe as availability of the resource executing the step.