DatabaseFunctionsGetWorkflowDefinition Method

Scanjour Workflow4 Reference Manual
Get a workflow definition from the workflow id.

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 GetWorkflowDefinition(
	Uri oDataUri,
	string workflowId,
	DateTime? changedSince = null
)

Parameters

oDataUri
Type: SystemUri
The OData Uri.
workflowId
Type: SystemString
The workflow Id.
changedSince (Optional)
Type: SystemNullableDateTime
last updated used for look up in cache

Return Value

Type: WorkflowDefinition
The workflow definition
See Also

Reference