Activity Catalog
List Activities
Section titled “List Activities”Orbit ships default activities for job workflows. List them before wiring or inspecting a job.
orbit activity listorbit activity list --jsonUse --ops for the compact signal shape.
orbit activity list --opsRun a Job
Section titled “Run a Job”Activities execute as job steps through orbit job run or workflow aliases under orbit run.
Use orbit job list to find runnable workflows.
orbit job listorbit job run task_auto_pipelinePass input to the job when its activities expect it:
orbit job run task_auto_pipeline --input mode=localChoose a Backend
Section titled “Choose a Backend”v1 supports backend: cli only. For agent_loop activities, backend resolution follows this order:
--backendORBIT_BACKEND[runtime] backendin config- hard-coded fallback:
http
Because the fallback is http, you must pin cli explicitly in v1 — either with --backend cli, ORBIT_BACKEND=cli, or [runtime] backend = "cli" in your config. Activities that declare backend: cli directly in YAML are unaffected.
orbit job run task_auto_pipeline --backend clibackend: http is wired in code but is not part of the v1 release surface. Treat it as preview only and expect API churn until v2.