startFormProcessStandard

Startet einen Prozess, ohne zu validieren, dass Swimlanes befüllt sind.

Argument

Beschreibung

Prozess

Eine beim Starten des Prozesses zu verwendende XML-Beschreibung.

Form

Befüllte InfoPath-basierende XML für die anfänglichen Formulardaten, falls zutreffend.

Rückgabewert: long: Prozess-ID des neu gestarteten Prozesses.

Beispielargument:

<SVProcess>

<SourceItem ListName="[SharePoint List Name]" >

</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>