Durable Workflow Rust

Rust SDK · stable

Durable Workflow Rust SDK

Author deterministic workflows and activities, run workers, and control workflow executions with the first-party Rust SDK.

Stable release Compatible with Durable Workflow 2.x runtimes Requires Rust 1.86+

Start here

Add the SDK to a Rust project

The public crate and generated reference are available without an account.

  1. 1

    Confirm the Rust toolchain

    Use Rust 1.86 or newer.

    rustc --version
  2. 2

    Add the SDK

    Use Cargo to select the current stable crate.

    cargo add durable-workflow
  3. 3

    Explore the authoring surface

    Open the generated modules, traits, structs, and methods, then use the guide for runtime setup and deployment.

Build with Rust

Continue with the SDK

Choose the depth you need: generated API details or the broader SDK guide.

Managed runtime · limited early access

Durable Workflow Cloud

Cloud is a limited early-access deployment option for teams with a provisioned namespace. Request access to join the cohort; existing participants can review the managed-runtime guide.