Click or drag to resize

CommonWorkflowFunctionsGetWorkflowInitFormGuid Method

Gets the workflow init form guid.

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static string GetWorkflowInitFormGuid(
	Uri oDataUri,
	string wfId
)

Parameters

oDataUri  Uri
The databe uri.
wfId  String
The workflow unique identifier.

Return Value

String

[Missing <returns> documentation for "M:Scanjour.Workflow4.Base.CommonWorkflowFunctions.GetWorkflowInitFormGuid(System.Uri,System.String)"]

Exceptions
ExceptionCondition
InvalidOperationExceptionUnable to find a workflow for specified process definition.
See Also