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

Use logs for runtime output. Use traces and run events when you need execution history.