Class BoundaryMessageEventActivityBehavior
java.lang.Object
org.flowable.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
org.flowable.engine.impl.bpmn.behavior.BoundaryEventActivityBehavior
org.flowable.engine.impl.bpmn.behavior.BoundaryMessageEventActivityBehavior
- All Implemented Interfaces:
Serializable
,ActivityBehavior
,TriggerableActivityBehavior
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
FieldsFields inherited from class org.flowable.engine.impl.bpmn.behavior.BoundaryEventActivityBehavior
interrupting
Fields inherited from class org.flowable.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
bpmnActivityBehavior
-
Constructor Summary
ConstructorsConstructorDescriptionBoundaryMessageEventActivityBehavior
(MessageEventDefinition messageEventDefinition, boolean interrupting) -
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(DelegateExecution execution) Default behaviour: just leave the activity with no extra functionality.void
trigger
(DelegateExecution execution, String triggerName, Object triggerData) Methods inherited from class org.flowable.engine.impl.bpmn.behavior.BoundaryEventActivityBehavior
deleteChildExecutions, executeInterruptingBehavior, executeNonInterruptingBehavior, isInterrupting, setInterrupting
Methods inherited from class org.flowable.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
leave, leaveIgnoreConditions, parseActivityType
-
Field Details
-
messageEventDefinition
-
-
Constructor Details
-
BoundaryMessageEventActivityBehavior
public BoundaryMessageEventActivityBehavior(MessageEventDefinition messageEventDefinition, boolean interrupting)
-
-
Method Details
-
execute
Description copied from class:FlowNodeActivityBehavior
Default behaviour: just leave the activity with no extra functionality.- Specified by:
execute
in interfaceActivityBehavior
- Overrides:
execute
in classBoundaryEventActivityBehavior
-
trigger
- Specified by:
trigger
in interfaceTriggerableActivityBehavior
- Overrides:
trigger
in classBoundaryEventActivityBehavior
-