bptlab / scylla

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

Merge Timer Event and Event Arrival Rate Plugins #54

Open LeonBein opened 11 months ago

LeonBein commented 11 months ago

Both plugins handle delays due to events and could be combined. Currently, the following differences and deficiencies have been analyzed:

LeonBein commented 11 months ago

This issue was created based on a task note made by @bdaase in https://github.com/bptlab/scylla/projects/13. Here is the original note:

Timer Events Semantic

With having implemented a way to give incoming message events a time after they are triggered, this should be possible to reuse (see card: Time of receiving message events).

Another point that has to be tackled is to give timer events the right semantics which is at least to adapt the notation of the timer events to the notation of all other events. That includes to bring all boundary events trigger time distributions together in one source file (the .sim file) using the .xml syntax and having the same configuration options as the other boundary events. Furthermore the time and date format in the .bpmn file (using a different notation according to the ISO 8601 standard) should also support instance specific evaluated expressions (example at https://docs.camunda.org/manual/7.6/reference/bpmn20/events/timer-events).