Operation Details
Description: Returns all the assignments with names by task id for a user
Sterotype: nsmulti
SQL
SELECT
  ta.relatedID,
  ta.relatedName
INTO
  :relatedID,
  :name 
FROM
  TaskAssignment ta 
WHERE ta.relatedName = :relatedName 
  AND ta.assigneeType = :assigneeType 
  AND ta.taskID = :taskID