Help Center > Foundation Help

S’applique à :

  • Winshuttle Foundation

startProcess

Démarre un processus sur un élément de liste SharePoint.

Argument : XML

Valeur de retour : Long : ID de processus du processus nouvellement lancé.

Exemple d’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>