You can use queues to branch specific forms, sets, or batches off from the main production flow. You create new Verify or Transfer jobs to handle these forms separately.
Note: A queue is not a list of items in sequence, and queues are not a sequencing method.
Examples of how queues can be used:
Use queues to direct forms containing a value within a certain range to a particular person. More details.
Use queues to direct forms to the specific users who are most suited to verifying them.
Use queues to send forms that a user has deleted into a separate pool so that some record of them can be recorded before they are deleted. For more information, please see FORMS API Help.
If queues do not suit your purposes, you might consider assigning user-defined variables (UDVs) to the forms, sets, or batches that you want to pull out. This is done using FORMS’ API. Then you select the UDVs in the Sorting forms for processing dialog. Please refer to FORMS API Help for details and instructions on how to use UDVs.