WorkflowWorkItemQueue::getNumberOfQueues Method
Retrieves a count of the records in the WorkflowWorkItemQueue table that are related to a specified WorkItemType field.
Syntax
client server public static int64 getNumberOfQueues(WorkItemType _workItemType)
Run On
Called
Parameters
- _workItemType
Type: WorkItemType Extended Data Type
The WorkItemType field in the workflowWorkItemQueueTypeTmp table for which to retrieve a count.
Return Value
Type: int64
Retrieves a count of the WorkflowWorkItemQueue records.