Operation Details
Description: This method searches for all tasks with a dueDateTime in the past.
Sterotype: nsmulti
SQL
SELECT
  taskID
INTO
  :taskID 
FROM
  Task_wa 
WHERE dueDateTime <= :currentDateTime 
  AND status <> :statusClosed