PingGateway conditions
PingGateway supports expressions following the Unified Expression Language (JSR-245) specification.
When you must label a runtime condition expression, use condition syntax for the value. A condition value can take the following forms:
-
A static boolean, such as
"myCondition": true
. -
An inline expression, such as
"myCondition": "${true}"
. -
A labeled expression, such as
"myCondition": {"expression": "${true}", "label": "My Condition"}
.
In the first two cases, the condition appears no different from an expression. In the third case, the condition has a label for use identifying the condition in a UI or in trace and debug logs, for example.