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
Operation that triggers conditional events for which the condition evaluate to true and continues the process, leaving that activity.
- Author:
- Tijs Rademakers
-
Field Summary
FieldsFields inherited from class org.flowable.engine.impl.agenda.AbstractOperation
agenda, commandContext, execution -
Constructor Summary
ConstructorsConstructorDescriptionEvaluateVariableListenerEventDefinitionsOperation(CommandContext commandContext, String processDefinitionId, String processInstanceId) -
Method Summary
Methods inherited from class org.flowable.engine.impl.agenda.AbstractOperation
executeExecutionListeners, executeExecutionListeners, findFirstParentScopeExecution, getAgenda, getCommandContext, getCurrentFlowElement, getExecution, setAgenda, setCommandContext, setExecution
-
Field Details
-
processDefinitionId
-
processInstanceId
-
-
Constructor Details
-
EvaluateVariableListenerEventDefinitionsOperation
public EvaluateVariableListenerEventDefinitionsOperation(CommandContext commandContext, String processDefinitionId, String processInstanceId)
-
-
Method Details
-
run
public void run()
-