Rules
Rules control whether a task, action, or flow block is allowed to run.
Rule scopes
- Task Start Rules: checked before the task starts.
- Action Rules: checked before one action runs.
- If Rules: decide whether nested actions run.
- Wait Until Rules: keep waiting until the rules pass.
Examples
Window ruleOnly run when a selected app/window is active.
Variable ruleOnly run when
counter is greater than 5.Color ruleOnly run when a color appears in a selected region.
Text ruleWait until text like “Ready” appears.
All vs Any
All means every rule must pass. Any means at least one rule must pass.