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: 23.3.0.0 (23.3.0.0)
Syntax
public static List<WzpWorkflowInstance> GetOverDueInstances( Uri oDataUri, uint watchDelay )
Parameters
- oDataUri
- Type: SystemUri
The OData Uri. - watchDelay
- Type: SystemUInt32
The time that must have passed before the workflow considered to be overdue.
Return Value
Type: ListWzpWorkflowInstanceA list of workflow instances.
See Also