
{
{    The purpose of this request is to add an activity to the wait_list
{    and to the wait_activity_list.  The wait_list is a list of activities
{    the task is waiting on.  The wait_activity_list contains detailed
{    information, with each entry in the wait_activity_list corresponding to
{    an entry in the wait_list.
{
{        NFP$ADD_TO_WAIT_LISTS (ACTIVITY, WAIT_LIST, WAIT_ACTIVITY_LIST,
{              WAIT_LIST_SEQUENCE, WAIT_ACTIVITY_LIST_SEQUENCE)
{
{  ACTIVITY: (input) This parameter specifies the activity that will be added
{        to the wait list.
{
{  WAIT_LIST: (input, output) This parameter specifies the list of activities
{        that the client is waiting for.
{
{  WAIT_ACTIVITY_LIST: (input, output) This parameter specifies an association
{        list for the wait_list.  Each entry in the wait_activity_list
{        contains detailed information, with each entry in the
{        wait_activity_list corresponding to an entry in the wait_list.
{
{  WAIT_LIST_SEQUENCE: (input, output) This parameter specifies the sequence
{        where the wait_list is stored.
{
{  WAIT_ACTIVITY_LIST_SEQUENCE: (input, output) This parameter specifies the
{        sequence where the wait_activity_list is stored.



