Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Initiates a new process instance with specified parameters and returns the Id number of work item.

When testing this method with Soap UI, you must include the xml for the data parameter inside <![CDATA[]]>, for example: <![CDATA[<pool><myField>ABC</myField></pool>]]>

Parameters

Parameter NameDescription
apiKeyCaller system identifier.
logonIdUser logon id
logonProviderUser logon provider.
processName or Id number of process
taskName or Id number of task
dataXML data. Can be null.
cultureCulture preference. Can be null.

...