-
Method Summary
Filters incidents by creation time of incident.
Filters incidents by the element id.
Filters incidents by the element instance key.
Filters incidents by error message.
Filters incidents by error type.
Filters incidents by the specified key.
Filters incidents by job key.
Filters incidents by the process definition id.
Filters incidents by the process definition key.
Filters incidents by the process instance key.
Filters incidents by the state of incident.
Filters incidents by tenant id.
-
Method Details
-
incidentKey
Filters incidents by the specified key.
- Parameters:
value - the key of the incidents
- Returns:
- the updated filter
-
processDefinitionKey
Filters incidents by the process definition key.
- Parameters:
value - the key of the process definition
- Returns:
- the updated filter
-
processDefinitionId
Filters incidents by the process definition id.
- Parameters:
value - the bpmn process id of the process definition
- Returns:
- the updated filter
-
processInstanceKey
Filters incidents by the process instance key.
- Parameters:
value - the key of the process instance
- Returns:
- the updated filter
-
errorType
Filters incidents by error type.
- Parameters:
errorType - the error type of incident
- Returns:
- the updated filter
-
errorMessage
Filters incidents by error message.
- Parameters:
errorMessage - the message of incident
- Returns:
- the updated filter
-
elementId
Filters incidents by the element id.
- Parameters:
value - the id of element id.
- Returns:
- the updated filter
-
elementInstanceKey
Filters incidents by the element instance key.
- Parameters:
value - the key of element instance.
- Returns:
- the updated filter
-
creationTime
Filters incidents by creation time of incident.
- Parameters:
creationTime - the creation time of incident
- Returns:
- the updated filter
-
state
Filters incidents by the state of incident.
- Parameters:
value - the state of incident
- Returns:
- the updated filter
-
jobKey
Filters incidents by job key.
- Parameters:
value - the key of the job.
- Returns:
- the updated filter
-
tenantId
Filters incidents by tenant id.
- Parameters:
value - the id of tenant
- Returns:
- the updated filter