public class BoundaryEventRegistryEventActivityBehavior extends BoundaryEventActivityBehavior
| Modifier and Type | Field and Description |
|---|---|
protected String |
eventDefinitionKey |
interruptingbpmnActivityBehavior| Constructor and Description |
|---|
BoundaryEventRegistryEventActivityBehavior(String eventDefinitionKey,
boolean interrupting) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(DelegateExecution execution)
Default behaviour: just leave the activity with no extra functionality.
|
protected String |
getEventDefinitionKey(ExecutionEntity executionEntity,
ProcessEngineConfigurationImpl processEngineConfiguration) |
void |
trigger(DelegateExecution execution,
String triggerName,
Object triggerData) |
deleteChildExecutions, executeInterruptingBehavior, executeNonInterruptingBehavior, isInterrupting, setInterruptingleave, leaveIgnoreConditions, parseActivityTypeprotected String eventDefinitionKey
public BoundaryEventRegistryEventActivityBehavior(String eventDefinitionKey, boolean interrupting)
public void execute(DelegateExecution execution)
FlowNodeActivityBehaviorexecute in interface ActivityBehaviorexecute in class BoundaryEventActivityBehaviorpublic void trigger(DelegateExecution execution, String triggerName, Object triggerData)
trigger in interface TriggerableActivityBehaviortrigger in class BoundaryEventActivityBehaviorprotected String getEventDefinitionKey(ExecutionEntity executionEntity, ProcessEngineConfigurationImpl processEngineConfiguration)
Copyright © 2020 Flowable. All rights reserved.