Operation Details
Description: List task details for specified status and restart time. @deprecated Since Curam 6.0. The TaskUserAssignment entity has been deleted. This method has been replaced by {@link curam.core.sl.entity.intf.TaskAssignment#searchTaskByStatusAndRestartTime(TaskUserNameStatusAndRestartDateTimeKey)}. See release note CR00223130.
Sterotype: nsmulti
SQL
SELECT
  taskID
INTO
  :taskID 
FROM
  Task 
WHERE status = :status 
  AND restartTime <= :restartDateTime