Type Alias: GetIncidentResponses
type GetIncidentResponses = object;
Defined in: gen/types.gen.ts:11492
Properties
200
200: object;
Defined in: gen/types.gen.ts:11496
The incident is successfully returned.
creationTime?
optional creationTime: string;
elementId?
optional elementId: ElementId;
The element ID associated to this incident.
elementInstanceKey?
optional elementInstanceKey: ElementInstanceKey;
The element instance key associated to this incident.
errorMessage?
optional errorMessage: string;
Error message which describes the error in more detail.
errorType?
optional errorType: IncidentErrorTypeEnum;
incidentKey?
optional incidentKey: IncidentKey;
The assigned key, which acts as a unique identifier for this incident.
jobKey?
optional jobKey: JobKey;
The job key, if exists, associated with this incident.
processDefinitionId?
optional processDefinitionId: ProcessDefinitionId;
The process definition ID associated to this incident.
processDefinitionKey?
optional processDefinitionKey: ProcessDefinitionKey;
The process definition key associated to this incident.
processInstanceKey?
optional processInstanceKey: ProcessInstanceKey;
The process instance key associated to this incident.
rootProcessInstanceKey?
optional rootProcessInstanceKey: ProcessInstanceKey;
state?
optional state: IncidentStateEnum;
tenantId?
optional tenantId: TenantId;
The tenant ID of the incident.