Use-cases
Users
Industries
Hi! I'm your Kestra AI assistant.Ask me anything about workflows.
EXAMPLE QUESTIONS
The first step is always the hardest. Search or browse to kick-start your next flow.
482 Blueprints
Reset a Redis list and push a fresh set of string values in one declarative Kestra flow.
Write many Redis keys in parallel from a single JSON input, fanning out one SET per entry.
Build a reusable Python subflow that runs a containerized script and returns typed outputs through a clean inputs interface.
Download a zip archive, unpack it, and fan out all extracted files to Amazon S3 in parallel.
Bootstrap a ClickHouse database and table, insert rows, and run a SQL query that stores results, all in one Kestra flow.
List objects in an Amazon S3 bucket by prefix and fan out over every file in parallel with Kestra.
Validate workflow inputs with integer range limits and regex string patterns before any task runs.
Poll a Tiny Tiny RSS feed every 10 minutes and auto-toot new items to Mastodon, deduplicated with KV store.
Fan out a list of data partitions and process each one in parallel with isolated Python scripts in Docker, capturing row-count and timing metrics.
Authenticate with Amazon ECR, pull a private container image, and run a Python script inside it.
Automatically purge Kestra execution data, logs, metrics and outputs older than one month on a daily schedule.
Continuously push your Kestra flows and namespace files to a Git repository on a schedule for GitOps version control.
Trigger a Kestra flow automatically whenever a new message lands in an Amazon SQS queue.
Ingest JSON from Amazon S3, unify and curate it with DuckDB, and register every step as governed dataset assets with full lineage.
Recovery subflow that restores a flaky system to a healthy state so a parent self-healing loop can succeed on its next attempt.
Automatically retry a failing task up to 5 attempts with a constant backoff until it succeeds.
Run a parametrized Python script in Kestra that emits downloadable files, named outputs, and custom metrics.
Run a Python data script in a Docker container pulled from a private Google Artifact Registry repository.
Conditionally run a single task at runtime with the runIf attribute instead of wrapping it in an If task.
Generate a mock user record and write it to Redis as JSON in one declarative flow.
Set and retrieve a JSON value in Redis from a Kestra workflow using runtime inputs.
Process a list of CSV files in parallel, each in its own isolated Python and Pandas container.
Build a dynamic resource request and Slack approval workflow with conditional inputs and a human-in-the-loop pause.
React to every Redis List push in real time and stream the event straight into Apache Cassandra.