Supported Operators
Flogo supports the operators that are listed below.
- ==
- ||
- &&
- !=
- >
- <
- >=
- <=
- +
- -
- /
- %
- Ternary operators - nested ternary operators are supported.
For example,
$activity[InvokeRESTService].statusCode==200?($activity[InvokeRESTService].statusCode==200?true:false):false