Interface EscalationRecordValue
- All Superinterfaces:
JsonSerializable,RecordValue
- All Known Implementing Classes:
ImmutableEscalationRecordValue
Represents an escalation event
See EscalationIntent for intents.
-
Method Summary
Modifier and TypeMethodDescriptionlongMethods inherited from interface io.camunda.zeebe.protocol.record.JsonSerializable
toJson
-
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
-