StartProcess

Create a process instance using a starter operation.

  • 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.
Action StartProcess
Parameter
  • moduleName: the name of the .xpdl file where the process is stored. This is defined in TIBCO Business Studio.
  • processToStart: the name of the process template to start an instance of.
  • version: identifies the version of the process template.
  • starterOperation: the starter operation to perform. This can be retrieved by calling QueryProcessTemplates .
Return StartProcessResult

Required System Action

startProcess.