Interface Incident
- All Known Implementing Classes:
IncidentImpl
public interface Incident
-
Method Summary
-
Method Details
-
getIncidentKey
Long getIncidentKey() -
getProcessDefinitionKey
Long getProcessDefinitionKey() -
getProcessDefinitionId
String getProcessDefinitionId() -
getProcessInstanceKey
Long getProcessInstanceKey() -
getRootProcessInstanceKey
Long getRootProcessInstanceKey()Returns the key of the root process instance. The root process instance is the top-level ancestor in the process instance hierarchy.Note: This field is
nullfor process instance hierarchies created before version 8.9.- Returns:
- the root process instance key, or
nullfor data created before version 8.9
-
getErrorType
IncidentErrorType getErrorType() -
getErrorMessage
String getErrorMessage() -
getElementId
String getElementId() -
getElementInstanceKey
Long getElementInstanceKey() -
getCreationTime
OffsetDateTime getCreationTime() -
getState
IncidentState getState() -
getJobKey
Long getJobKey() -
getTenantId
String getTenantId()
-