Class BoundaryEventRegistryEventActivityBehavior
java.lang.Object
org.flowable.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
org.flowable.engine.impl.bpmn.behavior.BoundaryEventActivityBehavior
org.flowable.engine.impl.bpmn.behavior.BoundaryEventRegistryEventActivityBehavior
- All Implemented Interfaces:
Serializable,ActivityBehavior,TriggerableActivityBehavior
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
FieldsFields inherited from class org.flowable.engine.impl.bpmn.behavior.BoundaryEventActivityBehavior
interruptingFields inherited from class org.flowable.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
bpmnActivityBehavior -
Constructor Summary
ConstructorsConstructorDescriptionBoundaryEventRegistryEventActivityBehavior(String eventDefinitionKey, boolean interrupting) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(DelegateExecution execution) Default behaviour: just leave the activity with no extra functionality.protected StringgetEventDefinitionKey(ExecutionEntity executionEntity, ProcessEngineConfigurationImpl processEngineConfiguration) voidtrigger(DelegateExecution execution, String triggerName, Object triggerData) Methods inherited from class org.flowable.engine.impl.bpmn.behavior.BoundaryEventActivityBehavior
deleteChildExecutions, executeInterruptingBehavior, executeNonInterruptingBehavior, isInterrupting, setInterruptingMethods inherited from class org.flowable.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
leave, leaveIgnoreConditions, parseActivityType
-
Field Details
-
eventDefinitionKey
-
-
Constructor Details
-
BoundaryEventRegistryEventActivityBehavior
-
-
Method Details
-
execute
Description copied from class:FlowNodeActivityBehaviorDefault behaviour: just leave the activity with no extra functionality.- Specified by:
executein interfaceActivityBehavior- Overrides:
executein classBoundaryEventActivityBehavior
-
trigger
- Specified by:
triggerin interfaceTriggerableActivityBehavior- Overrides:
triggerin classBoundaryEventActivityBehavior
-
getEventDefinitionKey
protected String getEventDefinitionKey(ExecutionEntity executionEntity, ProcessEngineConfigurationImpl processEngineConfiguration)
-