Class: ResumeProcessInstanceRequest

tibco.objectapi.service.request.ResumeProcessInstanceRequest

new ResumeProcessInstanceRequest(processId)

Object ResumeProcessInstanceRequest Usage: RestApiService.getProcessManagementService().resumeProcessInstance(request, callback);
Parameters:
Name Type Description
processId string processid: Unique ID of the process instance to resume. Can be obtained from listProcessInstances, queryProcessInstances, and queryProcessInstancesAlt.

The specified process instance must be in a SUSPENDED state for the request to be valid. An illegalStateFault is returned if the process instance is in any other state.

Since:
  • 4.0.0