Interface BaseDelegateExecution

All Superinterfaces:
VariableScope
All Known Subinterfaces:
ActivityExecution, CmmnActivityExecution, CmmnCaseInstance, DelegateCaseExecution, DelegateExecution
All Known Implementing Classes:
CaseExecutionEntity, CaseExecutionImpl, CmmnExecution, CoreExecution, ExecutionEntity, ExecutionImpl, PvmExecutionImpl

public interface BaseDelegateExecution extends VariableScope
Author:
Daniel Meyer, Roman Smirnov, Sebastian Menski
  • Method Details

    • getId

      String getId()
      Unique id of this path of execution that can be used as a handle to provide external signals back into the engine after wait states.
    • getEventName

      String getEventName()
      The event name in case this execution is passed in for an ExecutionListener
    • getBusinessKey

      String getBusinessKey()
      The business key for the root execution (e.g. process instance).