Arithmetic Operation#
This task is set to be discontinued in the next major version.
This task is meant to perform simple arithmetic operations between inputs. The supported operations are Addition, Subtraction, Multiplication, Division.
Inputs#
| Name | Data Type | Values | Description |
|---|---|---|---|
<custom list> | enum | IntegerLongDecimal | The input values of the task |
Outputs#
| Name | Data Type | Values | Description |
|---|---|---|---|
<custom value> | enum | IntegerLongDecimal | Result of the arithmetic operation |
Settings#
On the General Tab, you have the usual settings and the following options settings:
| Name | Data Type | Values | Default | Description |
|---|---|---|---|---|
| Operation | enum | AdditionSubtractionMultiplicationDivision | Possible operations | |
| Value type | enum | IntegerLongDecimal | Type of input value | |
| Decimal Places | Integer | Number of decimal places (only applies to Decimals) |
On the Inputs Tab, you have the following options settings:
| Name | Data Type | Values | Default | Description |
|---|---|---|---|---|
| Name | String | "Not specified" | Name of the input value | |
| Value type | enum | IntegerLongDecimal | Type of the input value | |
| Required | Boolean | Flag that determines if the input is required for the task to trigger | ||
| Default Value | enum | IntegerLongDecimal | Default value for the input value |
Behavior#
It executes an arithmetical operation to a set of inputs, it executes sequentially by order of inputs and it only permits one type of operation. If for example you define three inputs, value1, value2, value3, and select addition, the task will perform the value1 + value2 + value3 operation.
Remarks#
This task was deprecated by the Expression Evaluator task.


