Package org.flowable.engine.impl.agenda
Class EvaluateVariableListenerEventDefinitionsOperation
- java.lang.Object
-
- org.flowable.engine.impl.agenda.AbstractOperation
-
- org.flowable.engine.impl.agenda.EvaluateVariableListenerEventDefinitionsOperation
-
- All Implemented Interfaces:
Runnable
public class EvaluateVariableListenerEventDefinitionsOperation 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 Modifier and Type Field Description protected StringprocessDefinitionIdprotected StringprocessInstanceId-
Fields inherited from class org.flowable.engine.impl.agenda.AbstractOperation
agenda, commandContext, execution
-
-
Constructor Summary
Constructors Constructor Description EvaluateVariableListenerEventDefinitionsOperation(CommandContext commandContext, String processDefinitionId, String processInstanceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()-
Methods inherited from class org.flowable.engine.impl.agenda.AbstractOperation
executeExecutionListeners, executeExecutionListeners, findFirstParentScopeExecution, getAgenda, getCommandContext, getCurrentFlowElement, getExecution, setAgenda, setCommandContext, setExecution
-
-
-
-
Constructor Detail
-
EvaluateVariableListenerEventDefinitionsOperation
public EvaluateVariableListenerEventDefinitionsOperation(CommandContext commandContext, String processDefinitionId, String processInstanceId)
-
-