Class AgentTriggerJavaDelegateOperation
java.lang.Object
org.flowable.engine.impl.agenda.AbstractOperation
com.flowable.agent.engine.impl.model.external.AgentTriggerJavaDelegateOperation
- All Implemented Interfaces:
Runnable
public class AgentTriggerJavaDelegateOperation
extends org.flowable.engine.impl.agenda.AbstractOperation
-
Field Summary
FieldsFields inherited from class org.flowable.engine.impl.agenda.AbstractOperation
agenda, commandContext, execution -
Constructor Summary
ConstructorsConstructorDescriptionAgentTriggerJavaDelegateOperation(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, org.flowable.engine.impl.persistence.entity.ExecutionEntity execution, String signalName, AgentInvocationResult agentResult) -
Method Summary
Methods inherited from class org.flowable.engine.impl.agenda.AbstractOperation
executeExecutionListeners, executeExecutionListeners, findFirstParentScopeExecution, getAgenda, getCommandContext, getCurrentFlowElement, getExecution, setAgenda, setCommandContext, setExecution
-
Field Details
-
signalName
-
agentResult
-
-
Constructor Details
-
AgentTriggerJavaDelegateOperation
public AgentTriggerJavaDelegateOperation(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, org.flowable.engine.impl.persistence.entity.ExecutionEntity execution, String signalName, AgentInvocationResult agentResult)
-
-
Method Details
-
run
public void run()
-