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 Detail

      • 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.