Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 403 Bytes

File metadata and controls

15 lines (11 loc) · 403 Bytes

dapr.ext.workflow

Durable workflow orchestration for the Dapr Python SDK, built on a vendored durabletask engine. Provides WorkflowRuntime and DaprWorkflowClient.

pip install "dapr[workflow]"
from dapr.ext.workflow import WorkflowRuntime, DaprWorkflowClient

See the root README for migration steps from the legacy dapr-ext-workflow distribution.