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