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