Troubleshooting
Diagnose and resolve issues with workflows
This section helps you diagnose and resolve common issues with Agents workflows.
Troubleshooting Resources
Common Issues
Quick solutions to frequently encountered problems:
- Workflow not triggering
- Nodes not executing
- Integration failures
- AI output issues
- Data flow problems
Error Messages
Explanation of error messages and how to resolve them:
- Validation errors
- Execution errors
- Integration errors
- AI/parsing errors
FAQ
Answers to frequently asked questions about:
- Platform capabilities
- Pricing and limits
- Security and privacy
- Integration setup
Quick Troubleshooting Guide
Workflow Not Running?
- Is it released? Check workflow status is Active
- Is the trigger configured? Verify event type
- Are there validation errors? Review workflow configuration
- Check execution logs for error details
→ See Common Issues: Workflow Not Triggering
Node Failing?
- Check the error message in execution details
- Review node configuration for missing fields
- Verify input data matches expected format
- Check integration connection if applicable
→ See Common Issues: Node Execution Failures
Integration Not Working?
- Verify connection status in integrations settings
- Check OAuth tokens haven't expired
- Confirm permissions are sufficient
- Test the integration independently
→ See Common Issues: Integration Problems
AI Output Wrong?
- Review the prompt for clarity
- Check the input data being sent
- Verify return type matches expected output
- Try higher model tier for complex tasks
→ See Common Issues: AI Node Issues
Diagnostic Tools
Execution Logs
View detailed logs for each execution:
- Navigate to Workflows
- Select the workflow
- Click on an execution
- Review node-by-node status
Node State Inspector
Examine individual node state:
- Input data received
- Output data produced
- Error messages
- Retry attempts
Integration Status
Check integration health:
- Go to Settings → Integrations
- View connection status
- Test connection if available
- Check last sync time
Getting Help
Self-Service Resources
- Documentation - This documentation site
- Tutorials - Step-by-step guides
- Reference - Technical specifications
Support Channels
If you can't resolve an issue:
- Check FAQ - Common questions answered
- Review error messages - Often contain resolution hints
- Contact support - For persistent issues
Providing Information for Support
When contacting support, include:
- Workflow name and organization
- Execution ID if available
- Error message (exact text)
- Steps to reproduce
- When it started happening
- What you've tried already
Prevention
Best Practices to Avoid Issues
- Test workflows before releasing
- Use error handling in workflows
- Monitor executions regularly
- Keep integrations updated
- Review DLQ periodically
Regular Maintenance
- Weekly: Check execution success rates
- Monthly: Review integration connections
- Quarterly: Audit workflow configurations