What It Does
When enabled, the agent can:- Analyze the ticket and determine if another workflow should be triggered
- Trigger any of the configured workflows immediately
- Schedule a workflow (including itself) to run at a future date and time
- Chain workflows together for complex, time-sensitive automation
How to Use
- Enable the tool and select which workflows can be triggered or scheduled
- Provide custom instructions on when to trigger or schedule each workflow
- Keep the allowlist focused on workflows you’re comfortable being triggered automatically
Example Instructions
Triggering Immediately vs. Scheduling
The tool supports two modes based on the situation:Immediate Trigger
When the agent determines a workflow should run right now, it triggers it immediately for the current ticket. You can configure whether the agent should wait for the triggered workflow to complete before continuing.Scheduled Execution
When an action needs to happen in the future, the agent schedules the workflow to run at a specific date and time. This creates a Scheduled Work entry that you can view and manage from your dashboard.When scheduling for the future, the agent can schedule any workflow in the allowlist or the current workflow itself. Self-scheduling is useful when the agent needs to re-process the same ticket later (e.g., check back in a week to verify a fix).
What Gets Scheduled
When the agent schedules work for the future, it creates an entry with:| Field | Description |
|---|---|
| Workflow | The workflow to execute |
| Scheduled For | When to run (must be in the future) |
| Ticket | The current ticket for context |
| Instructions | Additional guidance for the scheduled run |
Scheduled Work Dashboard
Learn more about managing scheduled work from the dashboard
Example Scenarios
Offboarding with Delayed Actions
An agent processing a termination ticket on March 1st for an employee whose last day is March 15th:Follow-Up Verification
After resolving a recurring issue:Conditional Workflow Chaining
An agent determines the ticket needs specialized handling:Requirements
The tool can only trigger or schedule workflows that are:- Enabled — Disabled workflows cannot be triggered or scheduled
- Triggered type — Only event-triggered workflows support this
