public class IntermediateThrowSignalEventActivityBehavior extends AbstractBpmnActivityBehavior
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
processInstanceScope |
protected EventSubscriptionDeclaration |
signalDefinition |
multiInstanceActivityBehaviorbpmnActivityBehavior| Constructor and Description |
|---|
IntermediateThrowSignalEventActivityBehavior(ThrowEvent throwEvent,
Signal signal,
EventSubscriptionDeclaration signalDefinition) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(DelegateExecution execution)
Default behaviour: just leave the activity with no extra functionality.
|
createCompensateEventSubscription, getMultiInstanceActivityBehavior, hasCompensationHandler, hasLoopCharacteristics, hasMultiInstanceCharacteristics, leave, setMultiInstanceActivityBehavior, signal, signalCompensationDoneleaveIgnoreConditionsprotected final boolean processInstanceScope
protected final EventSubscriptionDeclaration signalDefinition
public IntermediateThrowSignalEventActivityBehavior(ThrowEvent throwEvent, Signal signal, EventSubscriptionDeclaration signalDefinition)
public void execute(DelegateExecution execution)
FlowNodeActivityBehaviorexecute in interface ActivityBehaviorexecute in class FlowNodeActivityBehaviorCopyright © 2023 Flowable. All rights reserved.