Automation docs

Reference

Test vs live

Test is you on the canvas. Live is the queue: webhooks, cron, and learning events.

  1. 1

    Test

    Immediate run_graph with the panel JSON. Active is not required. Waits are capped (~30s inline).

  2. 2

    Live

    Must be Active. Webhooks enqueue instead of running inside the HTTP request. Cron and events do the same.

  3. 3

    Failures

    Failed live runs can land in a dead-letter queue. Cancel or retry from history. Attach an error workflow if you want a ping.