Sorting and Filtering Lists of Process Templates and Instances
The objectAPI contains functions that include a query parameter, which contains an expression defining the sort and/or filter criteria to be applied to lists of process templates and instances.
These functions, which are available in the ProcessManagementService, are:
- queryProcessTemplates - Lists process templates that match certain criteria.
- queryProcessTemplatesAlt - Lists process templates that match certain criteria. (This is a variation of queryProcessTemplates in which the query string is divided into its constituent parts.)
- queryProcessTemplateCount - Counts the number of process templates that match certain criteria.
- queryProcessInstances - Lists process instances that match certain criteria.
- queryProcessInstancesAlt - Lists process instances that match certain criteria. (This is a variation of queryProcessInstances in which the query string is divided into its constituent parts.)
- queryProcessInstanceCount - Counts the number of process instances that match certain criteria.
- queryProcessInstanceCountAlt- Counts the number of process instances that match certain criteria.
For information about the query syntax, see Query Parameter Syntax.
Copyright © Cloud Software Group, Inc. All rights reserved.