Skip to main content
Version: 8.9

Type Alias: IncidentFilter

type IncidentFilter = object;

Incident search filter.

Properties

creationTime?

optional creationTime?: DateTimeFilterProperty;

Date of incident creation.


elementId?

optional elementId?: StringFilterProperty;

The element ID associated to this incident.


elementInstanceKey?

optional elementInstanceKey?: ElementInstanceKeyFilterProperty;

The element instance key associated to this incident.


errorMessage?

optional errorMessage?: StringFilterProperty;

The error message of this incident.


errorType?

optional errorType?: IncidentErrorTypeFilterProperty;

Incident error type with a defined set of values.


incidentKey?

optional incidentKey?: BasicStringFilterProperty;

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


jobKey?

optional jobKey?: JobKeyFilterProperty;

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


processDefinitionId?

optional processDefinitionId?: StringFilterProperty;

The process definition ID associated to this incident.


processDefinitionKey?

optional processDefinitionKey?: ProcessDefinitionKeyFilterProperty;

The process definition key associated to this incident.


processInstanceKey?

optional processInstanceKey?: ProcessInstanceKeyFilterProperty;

The process instance key associated to this incident.


state?

optional state?: IncidentStateFilterProperty;

State of this incident with a defined set of values.


tenantId?

optional tenantId?: StringFilterProperty;

The tenant ID of the incident.