bptlab / scylla

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

Task in Lanes but without assignments cause error #12

Open LeonBein opened 6 years ago

LeonBein commented 6 years ago

When a Task in the process model is defined inside a lane, but the resource corresponding to the Lane is not assigned to that Task inside the SC, an error occurs. This might be part of wanted behavior but should be caught better.

LeonBein commented 6 years ago

Proposed solution: Automatically create a matching assignment in the Simulation Configuration Creator whenever a lane assignment is found.

LeonBein commented 5 years ago

If the proposed solution is used, this becomes a UI issue