LoopFlow
Tutorial Workshop Keywords ๐ŸŽฎ LoopFlow Lab
Keywords / schedule

schedule

When to run. Ops & reuse

Syntax

schedule: <when>

What it does

Part of the config tier โ€” when the loop runs: manual, nightly, on push, or a cron expression. (v1 runs manual; others parse.)

Example

use the audit method
schedule: nightly
notify: slack
a scheduled audit

Related