Interface FlowableEscalationEvent

All Superinterfaces:
FlowableActivityEvent, FlowableEngineEvent, FlowableEvent
All Known Implementing Classes:
FlowableEscalationEventImpl

public interface FlowableEscalationEvent extends FlowableActivityEvent
An FlowableEvent related to an escalation being sent to an activity.
  • 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.