Export File Format

The exported file will contain some or all of the following sections, in this order:

1. A Reset command (if a specific queue is not being exported).
2. CDQP definitions.
3. Default group queue mappings (if they exist).
4. Default user queue mappings (if they exist).
5. User and group queue mappings (if they exist).

CDQP Filter Identifiers

The queue mappings in the export file contain (as comments) unique filter identifiers for each mapped field in a queue, in the format:

dn

where n is a unique integer indicating the order that the field was mapped to the queue. For example, d3 is the 3rd field mapped to this queue.

Note 

The numbers used are unique to each queue.

You can use these filter identifiers to create additional filter parameters when starting TIBCO iProcess Workspace (Windows) from command line, to:

filter the work queue (staffw OPENWQS FILTER)
find and open a work item in the work queue (staffw OPENWQS OPENITEM)

See TIBCO iProcess Workspace (Windows) User's Guide for more information about how to use these filter identifiers.