Any to Constant#
The anyToConstant converter receives any kind of an output of a task ignores it and transforms it into a given constant. This is commonly used when for example, one wants to force a Boolean (true or false).
Settings#
| Name | Possible Values | Description |
|---|---|---|
| type | BooleanStringIntegerLongDecimalObjectany | Result type of the value to output |
| value | The value that will be output. Will be formatted to the type defined. |
