Skip to main content
Version: 8.9 (unreleased)

Type Alias: IncidentResult

type IncidentResult = object;

Defined in: gen/types.gen.ts:3157

Properties

creationTime?

optional creationTime: string;

Defined in: gen/types.gen.ts:3171


elementId?

optional elementId: ElementId;

Defined in: gen/types.gen.ts:3170

The element ID associated to this incident.


elementInstanceKey?

optional elementInstanceKey: ElementInstanceKey;

Defined in: gen/types.gen.ts:3193

The element instance key associated to this incident.


errorMessage?

optional errorMessage: string;

Defined in: gen/types.gen.ts:3166

Error message which describes the error in more detail.


errorType?

optional errorType: IncidentErrorTypeEnum;

Defined in: gen/types.gen.ts:3162


incidentKey?

optional incidentKey: IncidentKey;

Defined in: gen/types.gen.ts:3180

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


jobKey?

optional jobKey: JobKey;

Defined in: gen/types.gen.ts:3197

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


processDefinitionId?

optional processDefinitionId: ProcessDefinitionId;

Defined in: gen/types.gen.ts:3161

The process definition ID associated to this incident.


processDefinitionKey?

optional processDefinitionKey: ProcessDefinitionKey;

Defined in: gen/types.gen.ts:3184

The process definition key associated to this incident.


processInstanceKey?

optional processInstanceKey: ProcessInstanceKey;

Defined in: gen/types.gen.ts:3188

The process instance key associated to this incident.


rootProcessInstanceKey?

optional rootProcessInstanceKey: RootProcessInstanceKey;

Defined in: gen/types.gen.ts:3189


state?

optional state: IncidentStateEnum;

Defined in: gen/types.gen.ts:3172


tenantId?

optional tenantId: TenantId;

Defined in: gen/types.gen.ts:3176

The tenant ID of the incident.