Interface Incident

All Known Implementing Classes:
IncidentImpl

public interface Incident
  • Method Details

    • getIncidentKey

      Long getIncidentKey()
    • getProcessDefinitionKey

      Long getProcessDefinitionKey()
    • getProcessDefinitionId

      String getProcessDefinitionId()
    • getProcessInstanceKey

      Long getProcessInstanceKey()
    • getErrorType

      IncidentErrorType getErrorType()
    • getErrorMessage

      String getErrorMessage()
    • getFlowNodeId

      String getFlowNodeId()
    • getFlowNodeInstanceKey

      Long getFlowNodeInstanceKey()
    • getCreationTime

      String getCreationTime()
    • getState

      IncidentState getState()
    • getJobKey

      Long getJobKey()
    • getTenantId

      String getTenantId()