This is an old revision of the document!
This page is not fully translated, yet. Please help completing the translation.
(remove this paragraph once the translation is finished)
The 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 prozess in the right direction.
com.dooris.bpm.actionhandler.BorderValueHandler
any type
any name
-
Name of the variable in which to be assessed amount contains. (see Example)
The borders values with which the amount will be matched and the potential content of the new process variable.(separated by spaces and question mark)
The outgoing transitions from the VariableDecisionHandler must need the ID equivalent to the potential contents. (see Example)
Name of the new process variable which can guide the process with the VariableDecisionHandler in the right direction (see Example).
Important!
Coding the boder value sign:
> --> GT < --> LT >= --> GTEQUALS <= --> LTEQUALS