Expression
Condition based on variable expression.
If the result is an empty string, a string containing only space or false
, the condition will be considered as false.
yaml
type: "io.kestra.plugin.core.condition.Expression"
A condition that will return false for a missing variable.
yaml
- conditions:
- type: io.kestra.plugin.core.condition.Expression
expression: {{ unknown is defined }}
Dynamic NO
Min length 1