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
Poll SAP HANA for new high-value transactions and alert the finance team in Slack in near real time.
Detect data anomalies in new S3 files with DuckDB SQL and email a CSV of the bad rows.
Trigger a Kestra flow automatically whenever new files land in an Amazon S3 bucket, then process and archive them.
Build and validate a Docker image from Git source, then roll it out across a vCenter machine fleet with bounded parallel deployments.
Trigger a Python data pipeline automatically whenever a new file lands in an Amazon S3 bucket.
Run a scheduled flow only within a fixed date window using Kestra's DateTimeBetween condition.
Trigger a flow on a cron schedule, but only when the execution date falls on a chosen day of the week.
Run a Kestra flow only on the last Saturday of every month using a Schedule trigger gated by the DayWeekInMonth condition.
Run a scheduled flow every day except when a condition matches, using the Not operator to skip Mondays.
Run a scheduled flow only when any one of several conditions is true, using the Or operator on a cron Schedule trigger.
Run a scheduled flow only on public holidays using Kestra's PublicHoliday condition.
Run a scheduled flow only during business hours using the TimeBetween schedule condition.
Run a scheduled flow only on Saturdays and Sundays using the Weekend schedule condition.
Export a SAP HANA analytics view to CSV in an S3 data lake on a daily schedule.
Download a ZIP from an HTTP API every hour, unzip it, and upload the CSV to Amazon S3 with a timestamped key.
Scan an AWS DynamoDB table and pass the extracted rows to a downstream processing task.
Run a SOQL query against Salesforce to extract Accounts created in the last week.
Trigger on new S3 files, batch load each one into Postgres in parallel, transform with dbt, and alert Slack on failure.
Page Zenduty automatically whenever a Kestra flow fails, using the errors block and the official Zenduty plugin.
Push new and updated customers from Postgres into Salesforce as Contacts, automatically every five minutes.
Run terraform plan on a schedule and alert Slack when the detailed exit code reports drift.
Plan Terraform, email a reviewer, pause for human approval, then apply the exact reviewed plan.
Run a transactional, idempotent SAP HANA partition reload, then verify source and target row counts match.
Call a reusable child flow from a parent flow, passing inputs and consuming outputs for modular, composable workflows.