public class IntermediateThrowSignalEventActivityBehavior extends AbstractBpmnActivityBehavior
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
processInstanceScope |
protected SignalEventDefinition |
signalEventDefinition |
protected ThrowEvent |
throwEvent |
multiInstanceActivityBehaviorbpmnActivityBehavior| Constructor and Description |
|---|
IntermediateThrowSignalEventActivityBehavior(ThrowEvent throwEvent,
SignalEventDefinition signalEventDefinition,
Signal signal) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(DelegateExecution execution)
Default behaviour: just leave the activity with no extra functionality.
|
executeCompensateBoundaryEvents, findBoundaryEventsForFlowNode, getMultiInstanceActivityBehavior, getProcessDefinition, hasLoopCharacteristics, hasMultiInstanceCharacteristics, leave, setMultiInstanceActivityBehaviorleaveIgnoreConditions, parseActivityType, triggerprotected ThrowEvent throwEvent
protected SignalEventDefinition signalEventDefinition
protected boolean processInstanceScope
public IntermediateThrowSignalEventActivityBehavior(ThrowEvent throwEvent, SignalEventDefinition signalEventDefinition, Signal signal)
public void execute(DelegateExecution execution)
FlowNodeActivityBehaviorexecute in interface ActivityBehaviorexecute in class FlowNodeActivityBehaviorCopyright © 2023 Flowable. All rights reserved.