Many forms may have a queue, or a client-side request queue to store unsubmitted data. For example with Create VPC, the request queue would contain a collection of reservations the user wishes to create. For submit job, the queue may contain a collection of jobs that will be submitted upon page submission. The queue element defines what data is stored in the queue and the interface for the request queue, which is the list of items generated when a user clicks Add To Request. The following image is an example of how the queue might look in the create VPC page if the user wants two reservations in their desired VPC:
To configure the queue element
The preceding example was configured with the following XML as the top line:
<queue name="Your Current Request">
Related topics