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
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
ConstructorsConstructorDescriptionEvaluateConditionalEventsOperation
(CommandContext commandContext, ExecutionEntity execution) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
evaluateEventSubProcesses
(List<EventSubProcess> eventSubProcesses, ExecutionEntity parentExecution) void
run()
Methods inherited from class org.flowable.engine.impl.agenda.AbstractOperation
executeExecutionListeners, executeExecutionListeners, findFirstParentScopeExecution, getAgenda, getCommandContext, getCurrentFlowElement, getExecution, setAgenda, setCommandContext, setExecution
-
Constructor Details
-
EvaluateConditionalEventsOperation
-
-
Method Details
-
run
public void run() -
evaluateEventSubProcesses
protected void evaluateEventSubProcesses(List<EventSubProcess> eventSubProcesses, ExecutionEntity parentExecution)
-