Class: GetStarterOperationInfoRequest

tibco.objectapi.service.request.GetStarterOperationInfoRequest

new GetStarterOperationInfoRequest(module, process, version, operation)

Object GetStarterOperationInfoRequest Usage: RestApiService.getProcessManagementService().getStarterOperationInfo(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 starter operation details are to be returned.
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.

operation string Name of the starter operation. Can be obtained from listStarterOperations.
Since:
  • 4.0.0