Interface FlowableProcessEngineEvent

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DelegateExecution getExecution()
      Return the execution this event is associated with.
      • Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEngineEvent

        getExecutionId, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeId
      • Methods inherited from interface org.flowable.common.engine.api.delegate.event.FlowableEvent

        getType
    • Method Detail

      • getExecution

        DelegateExecution getExecution()
        Return the execution this event is associated with. Returns null, if the event was not related to an active execution. Note that this will only return a DelegateExecution instance when a command context is active.