WorkflowHostLoadWorkflowDefinition Method (Uri, String, NullableDateTime)

Scanjour Workflow4 Reference Manual
Get the definition for a workflow.

Namespace:  Scanjour.Workflow4.Host
Assembly:  Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static WorkflowDefinition LoadWorkflowDefinition(
	Uri oDataUri,
	string wfId,
	DateTime? changedSince
)

Parameters

oDataUri
Type: SystemUri
The OData Uri.
wfId
Type: SystemString
The workflow definition Id.
changedSince
Type: SystemNullableDateTime
Change deate used for lookup in cache

Return Value

Type: WorkflowDefinition

[Missing <returns> documentation for "M:Scanjour.Workflow4.Host.WorkflowHost.LoadWorkflowDefinition(System.Uri,System.String,System.Nullable{System.DateTime})"]

See Also

Reference