What problem does it solve?
This Skill provides a comprehensive guide to the Dagu REST API, enabling programmatic management and execution of workflows. It solves the problem of integrating Dagu with external systems, automating operations, and building custom monitoring tools without manual intervention.
Core Features & Use Cases
- Programmatic Workflow Control: Start, stop, retry, and restart Dagu workflows programmatically from any application or script.
- Real-time Status & History Queries: Fetch current workflow status, execution history, and detailed logs for monitoring and auditing.
- Integration with External Systems: Seamlessly integrate Dagu into CI/CD pipelines, custom dashboards, or event-driven architectures.
- Use Case: Integrate Dagu into a CI/CD pipeline by using the REST API to trigger a deployment workflow after successful tests, passing environment-specific parameters.
Quick Start
Start a Dagu workflow named 'my_workflow' using a simple cURL POST request to the API.