pub.monitor.process.model:getProcessFilter
Retrieves the list of all filter fields and values that are assigned to all process models.
Input Parameters
None.
Output Parameters
The following table lists the output parameters.
processFilter | Document List List of the retrieved filter fields and values. The following fields are returned for each field. processKey String The internal ID (that is, process key) of a process model. fieldName String The name of the field assigned to the process model. stringValue String The value of the field. |
Usage Notes
The output from this service is sorted so that all the fields assigned to a process model are grouped together. Additionally, within the output for a process model, all the settings for the same field name are grouped together.