public class ContinueMultiInstanceOperation extends AbstractOperation
ContinueProcessOperation, but simpler, as it doesn't need to cater for as many use cases.| Modifier and Type | Field and Description |
|---|---|
protected int |
loopCounter |
agenda, commandContext, execution| Constructor and Description |
|---|
ContinueMultiInstanceOperation(CommandContext commandContext,
ExecutionEntity execution,
int loopCounter) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
continueThroughMultiInstanceFlowNode(org.flowable.bpmn.model.FlowNode flowNode) |
protected void |
executeAsynchronous(org.flowable.bpmn.model.FlowNode flowNode) |
protected void |
executeSynchronous(org.flowable.bpmn.model.FlowNode flowNode) |
void |
run() |
protected ActivityBehavior |
setLoopCounterVariable(org.flowable.bpmn.model.FlowNode flowNode) |
executeExecutionListeners, executeExecutionListeners, findFirstParentScopeExecution, getAgenda, getCommandContext, getCurrentFlowElement, getExecution, setAgenda, setCommandContext, setExecutionpublic ContinueMultiInstanceOperation(CommandContext commandContext, ExecutionEntity execution, int loopCounter)
public void run()
protected void continueThroughMultiInstanceFlowNode(org.flowable.bpmn.model.FlowNode flowNode)
protected void executeSynchronous(org.flowable.bpmn.model.FlowNode flowNode)
protected void executeAsynchronous(org.flowable.bpmn.model.FlowNode flowNode)
protected ActivityBehavior setLoopCounterVariable(org.flowable.bpmn.model.FlowNode flowNode)
Copyright © 2017 Flowable. All rights reserved.