FAQ (Frequently Asked Questions)
April 4, 2026 ยท View on GitHub
Agent Related
Agent was created but doesn't execute tickets?
Check the following:
- Is there an available Machine with a healthy status?
- Does the Workflow have pickup statuses correctly bound?
- Is the ticket's current status in the Workflow's pickup status list?
- Is the agent in "Active" status (not Paused or Retired)?
What to do when an agent execution fails?
- Check error events in Activity
- Go to Agent Run details to view output logs
- Verify the target Machine is online with sufficient resources
- Check the Workflow Harness instructions for correctness
Ticket Related
Ticket stuck in "In Progress" for a long time?
- Check Activity logs for the latest events
- Look at Agent Run details for any errors
- Confirm the target Machine is online with sufficient resources
- Check if the Workflow has
TimeoutMinutesconfigured
How to have different types of tickets handled by different agents?
- Create multiple Workflows, each bound to a different agent
- Select the appropriate Workflow when creating tickets
- Example:
CodingWorkflow bound to Claude Code,TestingWorkflow bound to another agent
How to recover an accidentally archived ticket?
Go to Settings โ Archived Tickets, find the target ticket and click Restore.
Workflow Related
How to write a good Harness?
Refer to the Harness writing tips in the Workflows documentation. Core principles:
- Define a clear role
- Provide specific steps
- Set acceptance criteria
- Use template variables to inject ticket context
Will retiring a workflow affect existing tickets?
Yes. Before retiring, check the impact analysis to see which tickets and scheduled jobs are using that workflow. You can use the "Replace References" feature to batch-migrate to a new workflow.
Machine Related
Machine shows "Offline"?
- Confirm the machine is powered on with normal network connectivity
- Check if the SSH service is running
- Verify SSH port and username are correct
- Click "Test Connection" on the Machines page for diagnostic information
Scheduled Job Related
Scheduled job didn't create a ticket on time?
- Confirm the job is in "Enabled" status
- Check if the cron expression is correct (verify "Next Run Time")
- Confirm the bound workflow still exists and hasn't been retired
How to test a scheduled job?
Use "Manual Trigger" to execute immediately without waiting for the next scheduled time.