Hello,
I have a question regarding the grouping of single activities. My goal is to implement the times and costs into every single activity in my event-driven process chain. Right now I just have the times and costs for several activities. To make it clearer I give a short example:
activity1 --> activity2 --> activity3 --> activity4 --> activity5
I don't have specific, individual time and cost information for EVERY activity, just for this little group of activities. Is it possible to create one logic group of these activities and implement the cost and time information for all these activities? Like "the activities 1 to 5 have an average processing time of 3 minutes and average total costs of 100 Dollar". The problem is that my company cannot determine the details for every single activity.
I hope you know what I mean :-) Thanks!
Ivo Velitchkov on
Markus,
There are many ways to solve this and the choice will depend on whether you are going to simulate you process or not. The easiest way is to substitute activities 1-5 with one "grouping" activity in your "main" EPC and maintain times and costs there. Then you assign to the "groupin" activity a new EPC (remember to surround it with events and place their occurrences in the new EPC) where you model your detailed activities 1 to 5 w/o specific time and cost information.
Regards
Ivo