-
Notifications
You must be signed in to change notification settings - Fork 9
Event Based Gateway Plugin
None
This plug in adds support for BPMN event based gateways. Dependent on which task/event of all outgoing flows will occur first, this flow will be followed and all other will be canceled.
None specific, but any form of event arrival plugin should be used in order to achieve events that are not triggered immediately after the gateway.
This plugin can be used in combination with the EventArrivalRate plug in.
EventBased Gateways do not have to be described in the simulation file, it is enough to model them in the BPMN file as usual.
This plugin extends the GatewayEventPluggable
with EventbasedGatewayEventPlugin.java
. In the course of this all events or tasks of the outgoing flows will be scheduled. If they are not the first, they will be canceled.