-
Method Summary
Filters flow node instances by flow node id.
Filters flow node instances by the specified key.
Filters flow node instances by incident (has an incident)
Filters flow node instances by incident key.
Filters flow node instances by bpmn process id.
Filters flow node instances by process definition key.
Filters flow node instances by process instance key.
Filters flow node instances by state.
Filters flow node instances by tenant id.
Filters flow node instances by type.
-
Method Details
-
flowNodeInstanceKey
Filters flow node instances by the specified key.
- Parameters:
value - the key of flow node instance
- Returns:
- the updated filter
-
processDefinitionKey
Filters flow node instances by process definition key.
- Parameters:
value - the process definition key of flow node instance
- Returns:
- the updated filter
-
processDefinitionId
Filters flow node instances by bpmn process id.
- Parameters:
value - the bpmn process id of flow node instance
- Returns:
- the updated filter
-
processInstanceKey
Filters flow node instances by process instance key.
- Parameters:
value - the process instance key of flow node instance
- Returns:
- the updated filter
-
flowNodeId
Filters flow node instances by flow node id.
- Parameters:
value - the flow node id of flow node instance
- Returns:
- the updated filter
-
state
Filters flow node instances by state.
- Parameters:
value - the state of flow node instance
- Returns:
- the updated filter
-
type
Filters flow node instances by type.
- Parameters:
value - the type of flow node instance
- Returns:
- the updated filter
-
hasIncident
Filters flow node instances by incident (has an incident)
- Parameters:
value - has the flow node instance an incident
- Returns:
- the updated filter
-
incidentKey
Filters flow node instances by incident key.
- Parameters:
value - the incident key for flow node instance
- Returns:
- the updated filter
-
tenantId
Filters flow node instances by tenant id.
- Parameters:
value - the tenant id for flow node instance
- Returns:
- the updated filter