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 AbstractOperation
agenda, commandContext, execution -
Constructor Summary
ConstructorsConstructorDescriptionTriggerExecutionOperation(CommandContext commandContext, ExecutionEntity execution) -
Method Summary
-
Constructor Details
-
TriggerExecutionOperation
-
-
Method Details
-
run
public void run()
-