Add Participants
This instruction adds a participant record for a specific queue. It is a multi-line instruction which takes the format:
P+queuename,startdate,enddate,starttime,endtime,days
U+username
...
END
where:
|
•
|
queuename is the name of the queue to add a participant record to. |
|
•
|
startdate is the date from which the participants have access to the queue, in the format DD_MM_YYYY. A hyphen character (–) is used, if no date is specified. |
|
•
|
enddate is the date from which the participants do not have access to the queue, in the format DD_MM_YYYY. A hyphen character (–) is used, if no date is specified. |
|
•
|
starttime is the time from which the participants have access to the queue on each day, in the format HH:MM. A hyphen character (–) is used, if no time is specified. |
|
•
|
endtime is the time from which the participants do not have access to the queue on each day, in the format HH:MM. A hyphen character (–) is used, if no time is specified. |
|
Note
|
If a start date/time is not specified, participants are granted access to the queue with immediate effect. If an end date/time is not specified, participants are granted access to the queue permanently.
|
|
•
|
days lists the days of the week on which the participants have access to the queue, in the MTWTFSS format . A hyphen character (–) means that the participants do not have access to the queue on that day. |
For example, the M-W---S entry indicates that the participants can access the queue only on Mondays, Wednesdays and Sundays.
|
•
|
U+username adds user username to the participant list for this record. There should be one entry per participant, with each entry on a separate line. |
|
Note
|
An iProcess user can have access to a maximum of 32,767 work queues. If this number is exceeded, users cannot log in. Users can access personal, group and test queues, either directly or by supervision or participation.
For more information, see "How Many Work Queues Can an iProcess User Access?" in TIBCO iProcess Workspace (Windows) Manager's Guide.
|