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"

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static string GetUserContextForWorkflowInstance(
	Uri oDataUri,
	Guid instanceId
)

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

String
A name code of an employee that should be used for executing dynamic odata requests

See Also