Use-cases
Users
Industries
Hi! I'm your Kestra AI assistant.Ask me anything about workflows.
EXAMPLE QUESTIONS
Orchestrate multiple Kestra subflows concurrently using the Parallel task, wait for all to complete, and propagate child failures to the parent run.
Cache LLM answers in Redis so repeated questions are served instantly and OpenAI is only called on a genuine cache miss.
Classify every prompt with OpenAI, then route it to the best-fit LLM across Anthropic, Gemini, Perplexity, and OpenAI for quality and cost.
Provision one Amazon S3 bucket per team and register each as a governed AWS_BUCKET asset in Kestra.
A deliberately failing flow that demonstrates block level errors, flow level errors, automatic retries, and KV context for alerting flows.
Run scheduled tasks only on business days using a Python calendar check that skips weekends and country-specific public holidays.
Automatically purge expired key-value entries from Kestra's internal KV store across namespaces on a daily schedule.
Use blueprints to kickstart your first workflows.