bptlab / scylla

Extensible BPMN process simulator
MIT License
19 stars 9 forks source link

Allow sequential batching for Batch Activities #24

Closed LuisePufahl closed 6 years ago

LuisePufahl commented 6 years ago

Currently, only parallel batching is allowed where several cases are executed in parallel. However, sequential batching to avoid the certain setup times should be simulated as well. It needs to distinguish the activity duration in setup time and normal execution time.