RuntimeServiceCancelProcessInstance Method |
Namespace: Advantys.Workflow.Web.Services.Processes.Runtime
public void CancelProcessInstance( int processInstanceId, bool isSuperUserMode, bool isNotifyParticipant )
Only requests belonging to the connected user can be cancelled when isSuperUserMode is false.
Optional Parameters.
These parameters can be used in the query string or as parameters of the SOAP headers (see examples for more information).
delegateUsername (string) | Specifies the delegate username for delegation mode. |
impersonateUsername (string) | Username to use for impersonation. Operation is available for allowed users only. |