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:
pip install dapr-ext-workflow
Note
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.
pip3 install dapr-ext-workflow-dev