Skip to content

Overview

AWS

  • Amazon S3


    Durable workflow state in AWS S3 for cloud and serverless setups.

    How-to

GCP

  • Google Cloud Storage


    Persist output and checkpoints in GCS buckets.

    How-to

Telegram

  • Telegram Bot API


    Send workflow updates through Telegram.

    How-to

Discord

  • Discord Webhook


    Send workflow updates through Discord channels.

    How-to

Built-in

  • Default storage


    In-memory storage for quick starts and tests.

    How-to

  • File storage


    Local filesystem context and checkpoints.

    How-to

  • Default notify


    Pluggable notification hook with a simple default.

    How-to

  • Default log


    Structured logging for tasks and workflows.

    How-to

  • Default scheduler


    Baseline scheduling for workflows.

    How-to

  • Cron


    Recurring runs with cron expressions.

    How-to

Build your own

To implement a custom provider, see the Development Guide and the Reference → Abstract methods section.