Skip to main content
Version: Next

Get incident

GET 

/incidents/:incidentKey

Returns incident as JSON.

Request

Path Parameters

    incidentKey int64required

    The assigned key of the incident, which acts as a unique identifier for this incident.

Responses

The incident is successfully returned.

Schema
    processDefinitionId string

    The process definition ID associated to this incident.

    errorType string

    Possible values: [UNSPECIFIED, UNKNOWN, IO_MAPPING_ERROR, JOB_NO_RETRIES, EXECUTION_LISTENER_NO_RETRIES, CONDITION_ERROR, EXTRACT_VALUE_ERROR, CALLED_ELEMENT_ERROR, UNHANDLED_ERROR_EVENT, MESSAGE_SIZE_EXCEEDED, CALLED_DECISION_ERROR, DECISION_EVALUATION_ERROR, FORM_NOT_FOUND]

    Incident error type with a defined set of values.

    errorMessage string

    Error message which describes the error in more detail.

    flowNodeId string

    The flow node ID associated to this incident.

    creationTime date-time

    Date of incident creation.

    state string

    Possible values: [ACTIVE, MIGRATED, RESOLVED, PENDING]

    State of this incident with a defined set of values.

    tenantId string

    The tenant ID of the incident.

    incidentKey string

    The assigned key, which acts as a unique identifier for this incident.

    processDefinitionKey string

    The process definition key associated to this incident.

    processInstanceKey string

    The process instance key associated to this incident.

    flowNodeInstanceKey string

    The flow node instance key associated to this incident.

    jobKey string

    The job key, if exists, associated with this incident.

Loading...