Docs
Triggers and runs
Understand how custom agents start and how to review their run history.
A trigger decides when an agent should run. A run is the execution record that shows what happened.
Trigger types
Custom agents can support manual runs and workflow-driven triggers. Depending on the workspace setup, triggers can also be scheduled or fired by changes in another product surface, such as a task-column change or inbound workflow event.
Use manual runs while testing. Use scheduled or workflow-driven triggers only after the agent has produced good results on a small sample.
Run history
Run history helps you evaluate reliability. A run can include status, summary, start time, completion time, duration, credits, tool calls, and failure details.
How to review a run
-
Check the status
Confirm whether the run completed, failed, or is still in progress.
-
Read the summary
Confirm the result matches the workflow goal.
-
Review tool usage
Check whether the agent used the expected resources or tools.
-
Check output location
Verify where the output landed, such as a record, task, draft, note, or handoff.
-
Inspect failures
Missing context, unavailable integrations, timeouts, and unclear prompts are common causes.
When to pause a trigger
Pause or disable a trigger when:
- The connected resource is no longer correct.
- The prompt is being revised.
- The output requires too much manual correction.
- The agent is using unexpected tools.
- A downstream workflow or integration is unavailable.
Related guides
Last updated