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