Skip to main content
A run is a tracked unit of work. An event is an ordered record of what happened during that run. Veryfront uses runs and events for agents, jobs, workflows, webhooks, and long-running work.

Why runs matter

Runs give work an identity, status, owner, and result. With runs, Cloud can show progress, replay output, cancel work, and explain failures.

Event types

Event kindPurpose
LifecycleRun started, completed, failed, or was cancelled.
OutputText, files, tool results, and other emitted data.
ToolTool call start, arguments, result, and error.
StateRuntime status updates.
DiagnosticErrors, logs, and trace links.
Use logs for runtime output. Use traces and run events when you need execution history.