The Jobs panel is the operator console for live workflows: run history, schedules, persistent variables, failed-run recovery, and business approvals.
Tabs
| Tab | Purpose |
|---|---|
| Runs | Timeline of executions with status, duration, and step-level detail. |
| Schedules | Cron and interval triggers attached to active workflows. |
| Variables | Workflow-scoped and Global persistent variables ({{$var.key}}). |
| Failed | Dead-letter queue (DLQ) — retry or dismiss failed runs. |
| Approvals | Pending human approvals for dangerous steps. |
Global variables
Under Variables → Global, add keys shared across all workflows. Use them in any node setting with {{$var.apiUrl}} syntax. See Global Variables, Read Variable, and Write Variable.