Gets the workflow identifier.
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public static string GetWorkflowIdentity( Uri oDataUri, Guid processGuid, SecurityContext securityContext = SecurityContext.User )
Parameters
- oDataUri
- Type: SystemUri
The databe uri. - processGuid
- Type: SystemGuid
The process unique identifier. - securityContext (Optional)
- Type: Scanjour.Workflow4.BaseSecurityContext
The the securityContext to run as, default is User
Return Value
Type: String[Missing <returns> documentation for "M:Scanjour.Workflow4.Base.CommonWorkflowFunctions.GetWorkflowIdentity(System.Uri,System.Guid,Scanjour.Workflow4.Base.SecurityContext)"]
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Unable to find a workflow for specified process definition. |
See Also