Class: ResumeProcessInstancesRequest

tibco.objectapi.service.request.ResumeProcessInstancesRequest

new ResumeProcessInstancesRequest(module, process, version)

Object ResumeProcessInstancesRequest Usage: RestApiService.getProcessManagementService().resumeProcessInstances(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 suspended process instances are to be resumed.
version string 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 listProcessTemplates, queryProcessTemplates, and queryProcessTemplatesAlt.

Since:
  • 4.0.0