Copyright © Cloud Software Group, Inc. All Rights Reserved |
• queuename is the name of the iProcess queue for which CDQP mappings are to be exported. If queuename is omitted, all CDQP data is exported - CDQP definitions, default user/group mappings and all defined user/group queue mappings.
− SW_DEFAULT_CASEDATAQPARAM_USER indicates that the default user queue mappings should be exported.
− SW_DEFAULT_CASEDATAQPARAM_GROUP indicates that the default group queue mappings should be exported.
− SW_DEFAULT_CASEDATAQPARAM_GLOBAL indicates that only CDQP definitions should be exported (without any queue mappings).
• GLOBAL indicates that CDQP definitions are to be exported, along with whatever queue mappings are defined by the queuename parameter.
Using the command swutil QINFO EXPORT SW_DEFAULT_CASEDATAQPARAM_GLOBAL GLOBAL will generate only one copy of CDQP definitions.You must be logged in as the IPEADMIN user to use this command. You can use the command whether or not the iProcess Engine is running.See swutil QINFO Exit Codes and Error Messages for a list of exit codes and error messages that the command can return.Configuration data is written to the standard output device, but can be redirected to a file - either for reference or for editing and subsequent re-importing. See CDQP Control File.
1. A Reset command (if a specific queue is not being exported).The queue mappings in the export file contain (as comments) unique filter identifiers for each mapped field in a queue, in the format:dnwhere 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.
• 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.
Copyright © Cloud Software Group, Inc. All Rights Reserved |