Use-cases
Users
Industries
Hi! I'm your Kestra AI assistant.Ask me anything about workflows.
EXAMPLE QUESTIONS
Pass structured data between Kestra subflows. Call a child flow, wait for it, and reuse its outputs to build modular, reusable workflow architectures.
Cache LLM answers in Redis so repeated questions are served instantly and OpenAI is only called on a genuine cache miss.
Run scheduled tasks only on business days using a Python calendar check that skips weekends and country-specific public holidays.
Automatically re-execute FAILED or WARNING executions via a Flow trigger and Subflow, with label based loop protection.
Provision AWS Batch on ECS Fargate with Terraform, then run parallel Python workloads on it from one Kestra flow.
Ship Kestra audit logs on a weekly schedule, convert them to CSV, and email the report automatically.
Build a SQLite table, query it, and export the results to CSV and Excel for business stakeholders.
Use blueprints to kickstart your first workflows.