-
Method Summary
Filters process definitions by having or not a form to start the process
Filters process definitions to only include the latest version of each process definition.
Filters process definitions by the specified name.
Filters process definitions by the specified name using
StringProperty consumer.
Filters process definitions by the specified process definition id.
Filters process definitions by the specified processDefinitionId using
StringProperty
consumer.
Filters process definitions by the specified process definition key.
Filters process definitions by the specified resource name.
Filters process definitions by the specified tenant id.
Filters process definitions by the specified version.
Filters process definitions by the specified version tag.
-
Method Details
-
isLatestVersion
Filters process definitions to only include the latest version of each process definition.
- Returns:
- the updated filter
-
processDefinitionKey
Filters process definitions by the specified process definition key.
- Parameters:
processDefinitionKey - the key of the process definition
- Returns:
- the updated filter
-
name
Filters process definitions by the specified name.
- Parameters:
name - the name of the process definition
- Returns:
- the updated filter
-
name
Filters process definitions by the specified name using
StringProperty consumer.
- Parameters:
fn - the name StringProperty consumer of the process definition
- Returns:
- the updated filter
-
resourceName
Filters process definitions by the specified resource name.
- Parameters:
resourceName - the resource name of the process definition
- Returns:
- the updated filter
-
version
Filters process definitions by the specified version.
- Parameters:
version - the version of the process definition
- Returns:
- the updated filter
-
versionTag
Filters process definitions by the specified version tag.
- Parameters:
versionTag - the version tag of the process definition
- Returns:
- the updated filter
-
processDefinitionId
Filters process definitions by the specified process definition id.
- Parameters:
processDefinitionId - the id of the process definition
- Returns:
- the updated filter
-
processDefinitionId
Filters process definitions by the specified processDefinitionId using
StringProperty
consumer.
- Parameters:
fn - the processDefinitionId StringProperty consumer of the process definition
- Returns:
- the updated filter
-
tenantId
Filters process definitions by the specified tenant id.
- Parameters:
tenantId - the tenant id of the process definition.
- Returns:
- the updated filter
-