new ListProcessInstanceAttributesRequest(module, process, version)
Object ListProcessInstanceAttributesRequest
Usage:
RestApiService.getProcessManagementService().listProcessInstanceAttributes(request, callback);
Parameters:
Name | Type | Description |
---|---|---|
module |
string | Name of the module to which the process template belongs. |
process |
string | Name of the process template whose process instance attributes are to be listed. |
version |
string | OSGi-style version number of the process template. (This version number is the same as that of the module.)
The previous three parameters can be obtained using listProcessTemplates, queryProcessTemplates, and queryProcessTemplatesAlt. |
- Since:
- 4.0.0
Members
attributeType :string
Query parameter: 'attributetype' Enumerated value that filters the result set to include only those attributes that belong
to the specified type. The valid values are: FILTERABLE, SORTABLE, DISPLAYABLE, or HALT_ONLY.
Type:
- string
- Since:
- 4.0.0