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:
java.lang.Runnable
public class TriggerExecutionOperation extends AbstractOperation
Operation that triggers a wait state and continues the process, leaving that activity. TheExecutionEntityfor this operations should be in a wait state (receive task for example) and have aFlowElementthat has a behaviour that implements theTriggerableActivityBehavior.
-
-
Field Summary
-
Fields inherited from class org.activiti.engine.impl.agenda.AbstractOperation
agenda, commandContext, execution
-
-
Constructor Summary
Constructors Constructor Description TriggerExecutionOperation(CommandContext commandContext, ExecutionEntity execution)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()-
Methods inherited from class org.activiti.engine.impl.agenda.AbstractOperation
executeExecutionListeners, executeExecutionListeners, findFirstParentScopeExecution, getAgenda, getCommandContext, getCurrentFlowElement, getExecution, setAgenda, setCommandContext, setExecution
-
-
-
-
Constructor Detail
-
TriggerExecutionOperation
public TriggerExecutionOperation(CommandContext commandContext, ExecutionEntity execution)
-
-