...
Code Block |
---|
com.dooris.bpm.actionhandler.MatrixHandler |
Parameter
Example
We have a simple example to explain the usage of this actionhandler. We have implemented this actionhandler on the 'task1' node.
...
Parameter | Description | Value |
---|---|---|
| Name of the rules matrix we have created. |
|
| Column name ‘Department’ is entered here as the search value. |
|
| Column name ‘Result’ is entered here to show the result for the search value. |
|
We have an already populated matrix under the Rules Matrix section under the administration tab as follows:
...
We have a smartform with two fields. First variable is set as department
. When the user fills out the department variable, the result field will be filled automatically via the help of the rules matrix.
...
Second variable is set as result and will be taken from the Result column according to the Department value.
...
We will start the process instance by filling out the department field.
...
After entering the department name and starting the process instance, the actionhandler will be executed.
...
You can see that handler finds the value for the IT as Result 1.
...