Operation Details
Description: Returns the number of tasks assigned to the specified work queue. @deprecated Since Curam 6.0. The TaskWorkQueueAssignment entity has been deleted. This method has been replaced by {@link curam.core.sl.entity.intf.TaskAssignment# countTasksByRelatedIDAndType(TaskCountKey)}. See release note CR00223130.
Sterotype: ns
SQL
SELECT
  COUNT (*)
INTO
  :numberOfItemsInQueue 
FROM
  TaskWorkQueueAssignment 
WHERE workQueueID = :workQueueID