Interface Incident

All Known Implementing Classes:
IncidentImpl

public interface Incident
  • Method Details

    • getKey

      Long getKey()
    • getProcessDefinitionKey

      Long getProcessDefinitionKey()
    • getBpmnProcessId

      String getBpmnProcessId()
    • getProcessInstanceKey

      Long getProcessInstanceKey()
    • getErrorType

      String getErrorType()
    • getErrorMessage

      String getErrorMessage()
    • getFlowNodeId

      String getFlowNodeId()
    • getFlowNodeInstanceKey

      Long getFlowNodeInstanceKey()
    • getCreationTime

      String getCreationTime()
    • getState

      String getState()
    • getJobKey

      Long getJobKey()
    • getTreePath

      String getTreePath()
    • getTenantId

      String getTenantId()