This is an old revision of the document!
This handler compares the value of a process variable with the border value passed to it and sets a new process variable. This will be used later in the process with the help of the VariableDecisionHandler to send the process in the right direction.
com.dooris.bpm.actionhandler.BorderValueHandler
any type
any name
-
Name of the variable to which amount being assessed belongs. (see Example)
This indicates the threshold values, with which the figure will be matched as well as the potential content of the new process variable(separated by spaces and question mark).
The transitions based on the VariableDecisionHandler require technical, unique names that reflect the potential content (see Example)
Name of the new process variable that can guide the process with the VariableDecisionHandler in the right direction (see Example).
Important!
Coding the threshold value sign:
> --> GT < --> LT >= --> GTEQUALS <= --> LTEQUALS