Supported Operators

TIBCO Cloud Integration - Flogo (PAYG) 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
Related concepts