Skip to main content
A job runtime executes durable background work. It runs tasks, workflow steps, and cron-triggered work.

Use this for

WorkNeeds
TasksStatus, logs, retries, and cancellation.
WorkflowsDurable progress across steps.
Cron triggersScheduled execution.

What it records

RecordMeaning
JobDurable execution for a task or workflow target.
Workflow runMulti-step execution with durable progress.
Cron triggerSchedule that creates a new run.

How it fits

Tasks and workflows define work. Jobs record that work ran.
ConceptExplains
Runs and eventsHow Veryfront tracks agent, job, and workflow execution.
RuntimesHow server, job, sandbox, and connected runtimes execute work.