CalculationHandler
Description
This handler calculates the result of a variable and a given number settled with a given operator.
For example, if operator=*
& number=20
→ The handler calculates: variable*20
Â
In order to do calculations with two variables, the following actionhandler may be used:Â ExtendedCalculationHandler
Class
com.dooris.bpm.actionhandler.CalculationHandler
Â
Parameter
Parameter | Default value | Description | Valid examples |
---|---|---|---|
| Â | Variable with the first term of the calculation |
|
| Â | Operator used for performing calculations. Possible options are +, -, *, /, mod(Modulo), and power. |
|
| Â | Second term of the calculation The base parameter is the only variable |
|
Â
Example
Â
© TIM Solutions GmbH | AGB | Datenschutz | Impressum