RuntimeServiceCanAssignActivityInstance Method |
Namespace: Advantys.Workflow.Web.Services.Processes.Runtime
public bool CanAssignActivityInstance( int processInstanceId, int activityInstanceId, bool isSuperUserMode )
Only actions, where the connected user belongs to the action's participant, can be verified if he is allowed to assign 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. |