Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

This handler calculates the result of a variable and a given number settled with a given operator.

...

In order to do calculations with two variables, the following actionhandler may be used: ExtendedCalculationHandler

...

Class

Code Block
com.dooris.bpm.actionhandler.CalculationHandler

Parameter

Parameter

Default value

Description

Valid examples

base

Variable with the first term of the calculation

base

operator

Operator used for performing calculations. Possible options are +, -, *, /, mod(Modulo), and power.

*

modificator

Second term of the calculation

Info

The base parameter is the only variable

20

Example

...