CommonDatabaseFunctionsGetUserContextForWorkflowInstance Method |
Returns the user context for a process owner. If the owner is a department (OU) the
user context is a user that is a proxy user (delegate) for the department with the role
"ADMIN"
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static string GetUserContextForWorkflowInstance(
Uri oDataUri,
Guid instanceId
)
Public Shared Function GetUserContextForWorkflowInstance (
oDataUri As Uri,
instanceId As Guid
) As String
public:
static String^ GetUserContextForWorkflowInstance(
Uri^ oDataUri,
Guid instanceId
)
static member GetUserContextForWorkflowInstance :
oDataUri : Uri *
instanceId : Guid -> string
Parameters
- oDataUri Uri
[Missing <param name="oDataUri"/> documentation for "M:Scanjour.Workflow4.Base.CommonDatabaseFunctions.GetUserContextForWorkflowInstance(System.Uri,System.Guid)"]
- instanceId Guid
- InstanceId of the workflow instance
Return Value
StringA name code of an employee that should be used for executing dynamic odata requests
See Also