Jobs — Nomaflow overview
Nomaflow is the in-process job scheduler that ships inside the Liberty Framework: declarative jobs in TOML, cron + manual triggers, a small set of step types (sql_query, sql_copy, python, http, ldap_sync), retry / backoff, run history and a Socket.IO live log.
Jobs builder
Build a Nomaflow job from Settings → Jobs — name, schedule, timezone, parameters, retry policy and the step pipeline. The page lists every field, its effect and the validation applied before save.
Step types
Inside the Jobs builder, each step picks a type — SQL Query, SQL Copy, Python, HTTP, LDAP Sync — and the editor expands the matching form. This page documents every field, every option, what gets recorded on the run row and which permission gates each type.
Runs & monitoring
Where to watch a Nomaflow job run: the Settings → Jobs page, the run history table, the run detail drawer with the per-step timeline, the live log tail streamed over Socket.IO, the abort flow and the retention policy.