Dapr 工作流
注意
Dapr工作流目前处于alpha阶段。
Dapr Python SDK 提供了一个内置的 Dapr Workflow 扩展,dapr.ext.workflow
,用于创建 Dapr 服务。
安装
您可以通过下面的方式下载和安装 Dapr Workflow 扩展:
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. 在安装 <code>dapr-dev</code> 包之前,请务必卸载任何稳定版本的 Python SDK 扩展。
pip3 install dapr-ext-workflow-dev