Sorting and Filtering Lists of Process Templates and Instances
The processManagement service operations can include a query parameter, which contains an expression defining the sort and/or filter criteria to be applied to different types of process list.
These operations are:
- queryProcessTemplates - List process templates that match certain criteria.
- queryProcessTemplatesAlt - List process templates that match certain criteria. (This is a variation of queryProcessTemplates in which the query string is divided into its constituent parts.)
- queryProcessTemplateCount - Count the number of process templates that match certain criteria.
- queryProcessInstances - List process instances that match certain criteria.
- queryProcessInstancesAlt - List process instances that match certain criteria. (This is a variation of queryProcessInstances in which the query string is divided into its constituent parts.)
- queryProcessTemplateCount - Count the number of process instances that match certain criteria.
- queryProcessInstanceCountAlt- Count the number of process instances that match certain criteria.
The following sections describe how to define this query parameter.
Copyright © Cloud Software Group, Inc. All rights reserved.