condition property
Represents the conditional expression to be evaluated.
Expression should evaluate to a boolean result. When the condition is true actions are executed. Example: user_role = "hsbc_role_1" AND doc.salary > 20000
Implementation
core.String? condition;