Administering Case Search Filter
This section explains how to use the swadm server configuration utility, which is under the SWDIR\util directory to administer iProcess Engine case search filter. It explains the import and export of filter queries.
- To use this utility, you must be logged in to iProcess Engine as an Administrator or (on UNIX) as a background user or root user.
- If you are using a node cluster architecture, you can run this utility from any server within the cluster as long as that server has a connection to the TIBCO iProcess Engine database instance.
The import and export feature supports .txt and .xfr file format and the data consists of parameters and their values separated with a comma(,).
The following table describes the parameters in the.txt and .xfr file.
|
Parameter |
Description |
|
|
Specifies the name of the query. |
|
|
Specifies the description of the query. |
|
|
Specifies It is a procedure or a list of procedures separated by a semi-colon(;), if more than one procedure is selected for a filter query. |
|
|
Specifies a Query Expression used for filtering the cases. |
.txt and .xfr file to be imported or exported has multiple data rows for a set of queries. See the below example.NAME, ImprtFiltrName1 DESCRIPTION, ImportFilterDescription1 PROCLIST, CARPOOL QUERY,VEHICLE <> "Bike"
NAME, ImprtFiltrName2 DESCRIPTION,ImportFilterDescription2 PROCLIST,CARPOOL;ALFLTER QUERY,SW_CASENUM > 10000