bptlab / scylla

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

Event Arrival Rate doesn't support alternative Catch Event Element Tags #65

Closed LeonBein closed 7 months ago

LeonBein commented 7 months ago

When creating intermediate catch events in Camunda it will create a tag called intermediateCatchEvent. However, the event arrival rate plugin only supports elements called catchEvent.

LeonBein commented 7 months ago

See also bpmn 2.0 standard page 282ff., which allows both catchEvent (as superclass to all catching event types) as well as intermediateCatchEvent (and startEvent)