Applies to:
startProcess
Developer Process Extensions
Starts a process on an existing SharePoint list item.
Argument: XML
Return Value: long: Process ID of the newly launched process.
Example Argument:
<SVProcess>
<SourceItem ListName="[SharePoint List Name]" ItemId="[SharePoint Item Id]">
</SourceItem>
<Participants>
<Participant Name="[Swim Lane Name]" DisplayName="[Display Name of User]" Login="[Domain Qualified User Name]" Email="[Email of the User]">
</Participant>
</Participants>
<Process Definition="[Process Definition Name]" Name="[Process Instance Name]" ListName="[List Name]">
</Process>
<Comment>[Comment for starting the process]</Comment>
</SVProcess>