Package org.activiti.engine.impl.agenda
Class TriggerExecutionOperation
java.lang.Object
org.activiti.engine.impl.agenda.AbstractOperation
org.activiti.engine.impl.agenda.TriggerExecutionOperation
- All Implemented Interfaces:
Runnable
Operation that triggers a wait state and continues the process, leaving that activity.
The
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.-
Field Summary
Fields inherited from class org.activiti.engine.impl.agenda.AbstractOperation
agenda, commandContext, execution -
Constructor Summary
ConstructorsConstructorDescriptionTriggerExecutionOperation(CommandContext commandContext, ExecutionEntity execution) -
Method Summary
Methods inherited from class org.activiti.engine.impl.agenda.AbstractOperation
executeExecutionListeners, executeExecutionListeners, findFirstParentScopeExecution, getAgenda, getCommandContext, getCurrentFlowElement, getExecution, setAgenda, setCommandContext, setExecution
-
Constructor Details
-
TriggerExecutionOperation
-
-
Method Details
-
run
public void run()
-