Type Alias: IncidentFilter
type IncidentFilter = object;
Defined in: gen/types.gen.ts:3013
Incident search filter.
Properties
creationTime?
optional creationTime: DateTimeFilterProperty;
Defined in: gen/types.gen.ts:3033
Date of incident creation.
elementId?
optional elementId: StringFilterProperty;
Defined in: gen/types.gen.ts:3029
The element ID associated to this incident.
elementInstanceKey?
optional elementInstanceKey: ElementInstanceKeyFilterProperty;
Defined in: gen/types.gen.ts:3057
The element instance key associated to this incident.
errorMessage?
optional errorMessage: StringFilterProperty;
Defined in: gen/types.gen.ts:3025
The error message of this incident.
errorType?
optional errorType: IncidentErrorTypeFilterProperty;
Defined in: gen/types.gen.ts:3021
Incident error type with a defined set of values.
incidentKey?
optional incidentKey: BasicStringFilterProperty;
Defined in: gen/types.gen.ts:3045
The assigned key, which acts as a unique identifier for this incident.
jobKey?
optional jobKey: JobKeyFilterProperty;
Defined in: gen/types.gen.ts:3061
The job key, if exists, associated with this incident.
processDefinitionId?
optional processDefinitionId: StringFilterProperty;
Defined in: gen/types.gen.ts:3017
The process definition ID associated to this incident.
processDefinitionKey?
optional processDefinitionKey: ProcessDefinitionKeyFilterProperty;
Defined in: gen/types.gen.ts:3049
The process definition key associated to this incident.
processInstanceKey?
optional processInstanceKey: ProcessInstanceKeyFilterProperty;
Defined in: gen/types.gen.ts:3053
The process instance key associated to this incident.
state?
optional state: IncidentStateFilterProperty;
Defined in: gen/types.gen.ts:3037
State of this incident with a defined set of values.
tenantId?
optional tenantId: StringFilterProperty;
Defined in: gen/types.gen.ts:3041
The tenant ID of the incident.