Class: IgnoreProcessInstanceRequest

tibco.objectapi.service.request.IgnoreProcessInstanceRequest

new IgnoreProcessInstanceRequest(processId)

Object IgnoreProcessInstanceRequest Usage: RestApiService.getProcessManagementService().ignoreProcessInstance(request, callback);
Parameters:
Name Type Description
processId string ID of the halted process instance for which execution is to be resumed. Can be obtained from queryHaltedProcessInstances.

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

Since:
  • 4.0.0