listStarterOperations

Lists available starter operations for the specified process templates.

See also: createProcessInstance

Starter operations refer to start events of processes. To be able to directly start an instance of a process template, the start event of the process must have a trigger type of "None" (as opposed to a trigger type of "Message", which requires that the process be started by a business service).

  • The request must specify the process templates for which starter operations are to be listed.
  • The response returns the starter operations defined for the specified process templates. (Note that if a specified process template has multiple start events, and one of them has a trigger type of "Message", this operation does not return any of the starter operations for the process template. All start events for a process template must have a trigger type of "None" for this operation to return its starter operations.)
Required System Action
queryProcessTemplate
API Descriptions