RuntimeServiceCancelActivityInstanceAssignment Method |
Namespace: Advantys.Workflow.Web.Services.Processes.Runtime
public void CancelActivityInstanceAssignment( int processInstanceId, int activityInstanceId, bool isSuperUserMode )
Only actions assignment, where the connected user belongs to the action's participant, 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. |