Interface EscalationRecordValue

All Superinterfaces:
JsonSerializable, RecordValue, TenantOwned
All Known Implementing Classes:
ImmutableEscalationRecordValue

@Immutable public interface EscalationRecordValue extends RecordValue, TenantOwned
Represents an escalation event

See EscalationIntent for intents.

  • Method Details

    • getProcessInstanceKey

      long getProcessInstanceKey()
      Returns:
      the key of the process instance
    • getEscalationCode

      String getEscalationCode()
      Returns:
      the code of the escalation
    • getThrowElementId

      String getThrowElementId()
      Returns:
      the id of the escalation throw event
    • getCatchElementId

      String getCatchElementId()
      Returns:
      the id of the escalation catch event