Dapr Workflow

Note

Dapr Workflow is currently in alpha.

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:

  1. pip install dapr-ext-workflow

Note

  1. The development package will contain features and behavior that will be compatible with the pre-release version of the Dapr runtime. Make sure to uninstall any stable versions of the Python SDK extension before installing the <code>dapr-dev</code> package.
  1. pip3 install dapr-ext-workflow-dev

Next steps

Getting started with the Dapr Workflow Python SDK