Interface Incident

All Known Implementing Classes:
IncidentImpl

public interface Incident
  • 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 null for process instance hierarchies created before version 8.9.

      Returns:
      the root process instance key, or null for 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()