new ListProcessTemplatesRequest()
Object ListProcessTemplatesRequest
Usage:
RestApiService.getProcessManagementService().listProcessTemplates(request, callback);
- Since:
- 4.0.0
Members
module :string
Query parameter: 'module' Name of the module to which the process template belongs.
Type:
- string
- Since:
- 4.0.0
process :string
Query parameter: 'process' Name of the process template.
Type:
- string
- Since:
- 4.0.0
version :string
Query parameter: 'version' OSGi-style version number of the process template. (This version number is the same as that of the module.)
These parameters can be obtained from queryProcessTemplates and queryProcessTemplatesAlt.
Type:
- string
- Since:
- 4.0.0