The documentation you are viewing is for Dapr v1.11 which is an older version of Dapr. For up-to-date documentation, see the latest version.

Dapr Workflow

The Dapr Python SDK provides a built in Dapr Workflow extension, dapr.ext.workflow, for creating Dapr services.

Installation

You can download and install the Dapr Workflow extension with:


pip install dapr-ext-workflow

pip3 install dapr-ext-workflow-dev

Next steps

Getting started with the Dapr Workflow Python SDK