DatabaseFunctionsGetOverDueInstances Method |
Returns a list of workflow where pending time is past the time defined in the watch delay.
Namespace: Scanjour.Workflow4.HostAssembly: Scanjour.Workflow4.Host (in Scanjour.Workflow4.Host.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static List<WzpWorkflowInstance> GetOverDueInstances(
Uri oDataUri,
uint watchDelay
)
Public Shared Function GetOverDueInstances (
oDataUri As Uri,
watchDelay As UInteger
) As List(Of WzpWorkflowInstance)
public:
static List<WzpWorkflowInstance^>^ GetOverDueInstances(
Uri^ oDataUri,
unsigned int watchDelay
)
static member GetOverDueInstances :
oDataUri : Uri *
watchDelay : uint32 -> List<WzpWorkflowInstance>
Parameters
- oDataUri Uri
- The OData Uri.
- watchDelay UInt32
- The time that must have passed before the workflow considered to be overdue.
Return Value
ListWzpWorkflowInstanceA list of workflow instances.
See Also