public class IntermediateThrowSignalEventActivityBehavior extends AbstractBpmnActivityBehavior
Modifier and Type | Field and Description |
---|---|
protected boolean |
processInstanceScope |
protected EventSubscriptionDeclaration |
signalDefinition |
multiInstanceActivityBehavior
bpmnActivityBehavior
Constructor and Description |
---|
IntermediateThrowSignalEventActivityBehavior(org.activiti.bpmn.model.ThrowEvent throwEvent,
org.activiti.bpmn.model.Signal signal,
EventSubscriptionDeclaration signalDefinition) |
Modifier and Type | Method and Description |
---|---|
void |
execute(ActivityExecution execution)
Default behaviour: just leave the activity with no extra functionality.
|
createCompensateEventSubscription, getMultiInstanceActivityBehavior, hasCompensationHandler, hasLoopCharacteristics, hasMultiInstanceCharacteristics, leave, setMultiInstanceActivityBehavior, signal, signalCompensationDone
leaveIgnoreConditions
protected final boolean processInstanceScope
protected final EventSubscriptionDeclaration signalDefinition
public IntermediateThrowSignalEventActivityBehavior(org.activiti.bpmn.model.ThrowEvent throwEvent, org.activiti.bpmn.model.Signal signal, EventSubscriptionDeclaration signalDefinition)
public void execute(ActivityExecution execution) throws Exception
FlowNodeActivityBehavior
execute
in interface ActivityBehavior
execute
in class FlowNodeActivityBehavior
Exception
Copyright © 2016 Alfresco. All rights reserved.