startProcessIncomingReceiveTask

This method starts an instance of a process template that was "published as a REST Service" in TIBCO Business Studio.

For details about publishing a process as a REST service, see the "Exposing the Web Service Operation as a REST Service" section in the TIBCO Business Studio - BPM Implementation guide.

Note that this method is available only in the REST API; there is no equivalent method in the SOAP nor the Java API.

You can also start instances of process templates using the createProcessInstance method, or by starting a business service (see Starting a Business Service).

  • The request must specify the module, process, and version of the process that has been published as a REST Service, for which an instance is to be started.
  • The response returns the complete information about the started REST service.
Required System Action
startprocess
API Descriptions