public class TriggerExecutionOperation extends AbstractOperation
ExecutionEntity for this operations should be in a wait state (receive task for example) and have a FlowElement that has a behaviour that implements the
TriggerableActivityBehavior.| Modifier and Type | Field and Description |
|---|---|
protected boolean |
triggerAsync |
agenda, commandContext, execution| Constructor and Description |
|---|
TriggerExecutionOperation(CommandContext commandContext,
ExecutionEntity execution) |
TriggerExecutionOperation(CommandContext commandContext,
ExecutionEntity execution,
boolean triggerAsync) |
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
executeExecutionListeners, executeExecutionListeners, findFirstParentScopeExecution, getAgenda, getCommandContext, getCurrentFlowElement, getExecution, setAgenda, setCommandContext, setExecutionpublic TriggerExecutionOperation(CommandContext commandContext, ExecutionEntity execution)
public TriggerExecutionOperation(CommandContext commandContext, ExecutionEntity execution, boolean triggerAsync)
Copyright © 2019 Flowable. All rights reserved.