Class | BPMN attribute name | Implementation in ARIS |
Event-based gateway | inherits from Gateway | Object type: Rule (OT_RULE) Symbols: * Event-based gateway (ST_BPMN_RULE_XOR_4) * Instantiating event-based gateway (ST_BPMN_RULE_XOR_START) * Instantiating parallel event-based gateway (ST_BPMN_RULE_XOR_PARALLEL) |
instantiate: boolean = False | Represented by symbols. True if: * Instantiating event-based gateway (ST_BPMN_RULE_XOR_START) * Instantiating parallel event-based gateway (ST_BPMN_RULE_XOR_PARALLEL) False if: * Event-based gateway (ST_BPMN_RULE_XOR_4) | |
eventGatewayType: EventGatewayType = Exclusive { Exclusive | Parallel } | Represented by symbols: Exclusive if: * Event-based gateway (ST_BPMN_RULE_XOR_4) * Instantiating event-based gateway (ST_BPMN_RULE_XOR_START) Parallel if: * Instantiating parallel event-based gateway (ST_BPMN_RULE_XOR_PARALLEL) |