Package org.flowable.engine.impl.agenda
Class EvaluateConditionalEventsOperation
- java.lang.Object
-
- org.flowable.engine.impl.agenda.AbstractOperation
-
- org.flowable.engine.impl.agenda.EvaluateConditionalEventsOperation
-
- All Implemented Interfaces:
Runnable
public class EvaluateConditionalEventsOperation extends AbstractOperation
Operation that triggers conditional events for which the condition evaluate to true and continues the process, leaving that activity.- Author:
- Tijs Rademakers
-
-
Field Summary
-
Fields inherited from class org.flowable.engine.impl.agenda.AbstractOperation
agenda, commandContext, execution
-
-
Constructor Summary
Constructors Constructor Description EvaluateConditionalEventsOperation(CommandContext commandContext, ExecutionEntity execution)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidevaluateEventSubProcesses(List<org.flowable.bpmn.model.EventSubProcess> eventSubProcesses, ExecutionEntity parentExecution)voidrun()-
Methods inherited from class org.flowable.engine.impl.agenda.AbstractOperation
executeExecutionListeners, executeExecutionListeners, findFirstParentScopeExecution, getAgenda, getCommandContext, getCurrentFlowElement, getExecution, setAgenda, setCommandContext, setExecution
-
-
-
-
Constructor Detail
-
EvaluateConditionalEventsOperation
public EvaluateConditionalEventsOperation(CommandContext commandContext, ExecutionEntity execution)
-
-
Method Detail
-
run
public void run()
-
evaluateEventSubProcesses
protected void evaluateEventSubProcesses(List<org.flowable.bpmn.model.EventSubProcess> eventSubProcesses, ExecutionEntity parentExecution)
-
-