Type Alias: IncidentResult
type IncidentResult = object;
Properties
creationTime
creationTime: string;
The creation time of the incident.
elementId
elementId: ElementId;
The element ID associated to this incident.
elementInstanceKey
elementInstanceKey: ElementInstanceKey;
The element instance key associated to this incident.
errorMessage
errorMessage: string;
Error message which describes the error in more detail.
errorType
errorType: IncidentErrorTypeEnum;
The type of the incident error.
incidentKey
incidentKey: IncidentKey;
The assigned key, which acts as a unique identifier for this incident.
jobKey
jobKey: JobKey | null;
The job key, if exists, associated with this incident.
processDefinitionId
processDefinitionId: ProcessDefinitionId;
The process definition ID associated to this incident.
processDefinitionKey
processDefinitionKey: ProcessDefinitionKey;
The process definition key associated to this incident.
processInstanceKey
processInstanceKey: ProcessInstanceKey;
The process instance key associated to this incident.
rootProcessInstanceKey
rootProcessInstanceKey: ProcessInstanceKey | null;
The key of the root process instance. The root process instance is the top-level ancestor in the process instance hierarchy. This field is only present for data belonging to process instance hierarchies created in version 8.9 or later.
state
state: IncidentStateEnum;
The incident state.
tenantId
tenantId: TenantId;
The tenant ID of the incident.