createProcessInstance

This method creates (starts) a process instance using a starter operation.

This method is used to create an instance of a process that has a start event with a trigger type of "None". If the process has a start event with a trigger type of "Message", it must be started either using a business service (if it was published as a business service) or by using the startProcessIncomingReceiveTask method (if it was published as a REST Service).

For information about business services, see Working With Business Services.

  • The request must specify the starter operation and its associated parameter values that should be used to create the process instance.
  • The response returns the unique ID of the newly created process instance.
Required System Action
startprocess
API Descriptions