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

    Fields
    Modifier and Type
    Field
    Description
     
    protected String
     

    Fields inherited from class org.flowable.engine.impl.agenda.AbstractOperation

    agenda, commandContext, execution
  • Constructor Summary

    Constructors
    Constructor
    Description
    AgentTriggerJavaDelegateOperation(org.flowable.common.engine.impl.interceptor.CommandContext commandContext, org.flowable.engine.impl.persistence.entity.ExecutionEntity execution, String signalName, AgentInvocationResult agentResult)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
     

    Methods inherited from class org.flowable.engine.impl.agenda.AbstractOperation

    executeExecutionListeners, executeExecutionListeners, findFirstParentScopeExecution, getAgenda, getCommandContext, getCurrentFlowElement, getExecution, setAgenda, setCommandContext, setExecution

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • 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()