SOP Fan-In: Cron
Not yet wired. This trigger type is defined and matched, and its syntax validates, but no live event source currently routes events into the SOP dispatcher for it. A SOP with this trigger loads without error but only starts via a live source (MQTT, Filesystem, AMQP) or
sop_execute.
A cron trigger fires on a time window described by a cron expression. Invalid expressions fail closed during parsing and cache build.
Trigger
Time-based firing. Defined and matched, but no scheduler feeds it.
| field | type | default | meaning |
|---|---|---|---|
expression* | string | — | Cron expression evaluated over the run window. |
Load and verify the SOP:
Define
Author the SOP as described in Syntax, with a cron trigger. The trigger fields above are the supported keys; the page walks the full file.
Validate
zeroclaw sop validate
Inspect
zeroclaw sop list
zeroclaw sop show <name>