Interface FlowableEscalationEvent

All Superinterfaces:
FlowableActivityEvent, org.flowable.common.engine.api.delegate.event.FlowableEngineEvent, org.flowable.common.engine.api.delegate.event.FlowableEvent
All Known Implementing Classes:
FlowableEscalationEventImpl

public interface FlowableEscalationEvent extends FlowableActivityEvent
An FlowableEvent related to an escalation being sent to an activity.
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from interface org.flowable.engine.delegate.event.FlowableActivityEvent

    getActivityId, getActivityName, getActivityType, getBehaviorClass

    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 Details

    • getEscalationCode

      String getEscalationCode()
      Returns:
      the code of the escalation. Returns null, if no specific escalation code has been specified.
    • getEscalationName

      String getEscalationName()
      Returns:
      the name of the escalation. Returns null, if no specific escalation name has been specified.