About Built-in Functions
A condition expression can contain string, numerical, or Boolean value as a constant. To use date or resource as a constant, you need to use the built-in functions.
Described below are the functions available in the component.
- Functions can be described as follows:
<function>([argument, argument, . . .])
In each function, arguments for which multiple values can be used are suffixed with "[]".
- Arguments for which "long" is specified as type can be given double type attribute. In that case, a double value rounded off toward 0 and converted to long will be given.
- You can give a long-type attribute (Workflow integer-type attribute) to int-type arguments. The value must be within the range as below; otherwise an error will occur.
Max. value |
Minimum Value of Range |
2147483647 |
-2147483648 |