Click or drag to resize

DatabaseFunctionsGetOverDueInstances Method

Returns a list of workflow where pending time is past the time defined in the watch delay.

Namespace: Scanjour.Workflow4.Host
Assembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public static List<WzpWorkflowInstance> GetOverDueInstances(
	Uri oDataUri,
	uint watchDelay
)

Parameters

oDataUri  Uri
The OData Uri.
watchDelay  UInt32
The time that must have passed before the workflow considered to be overdue.

Return Value

ListWzpWorkflowInstance
A list of workflow instances.
See Also