CDQP Control File
The CDQP control file is a text file consisting of one or more commands, one command per line:
| • | A line starting with a semicolon (;) is treated as a comment line and ignored. |
| • | Blank lines are ignored. |
| • | Each command starts with a single character code (for example, F), followed by a modifier (for example, +). |
| • | The code character (plus modifier) can be followed by one or more fields separated by commas. |
| • | (optional) The P command enables prediction on the CDQP. See "Using Case Prediction to Forecast Outstanding Work Items" in TIBCO iProcess Modeler Advanced Design for more information about case prediction. |
| • | The maximum line length is 512 characters. |
The control file contains the following sections, which must be specified in this order:
| • | (optional) reset command - see Resetting CDQP Configuration Data. |
| • | CDQP definitions - see Defining CDQPs. |
| • | CDQP queue mappings (optionally containing default user and group queue mappings) - see Mapping CDQPs to Queues. |
Subtopics