From firing to run
When a trigger comes due, that’s a firing. A firing that finds the agent free becomes a run. A firing that finds the agent busy on something else doesn’t execute; it’s recorded as skipped, with a note naming what was holding the agent. So a gap in the record always has an explanation, and no work happens silently.Run outcomes
Every run ends in one of a few states:- Succeeded: it finished
- Failed: it didn’t, and the run’s chat shows what happened. A run also fails if it can’t finish before its next firing is due: a job on a five-minute interval gets five minutes
- Cancelled: you stopped it
- Skipped: it never started because the agent was busy