-
Method Summary
Filters incidents by the bpmn process id.
Filters incidents by creation time of incident.
Filters incidents by error message.
Filters incidents by the error type.
Filters incidents by the flow node id.
Filters incidents by the flow node instance key.
Filters incidents by job key.
Filters incidents by the specified key.
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.
Filters incidents by tree path
-
Method Details
-
key
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
-
bpmnProcessId
Filters incidents by the bpmn process 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 the 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
-
flowNodeId
Filters incidents by the flow node id.
- Parameters:
value - the id of flow node id.
- Returns:
- the updated filter
-
flowNodeInstanceKey
Filters incidents by the flow node instance key.
- Parameters:
value - the key of flow node 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
-
treePath
Filters incidents by tree path
- Parameters:
treePath - the tree path of incident
- Returns:
- the updated filter
-
tenantId
Filters incidents by tenant id.
- Parameters:
value - the id of tenant
- Returns:
- the updated filter