Skip to content

Latest commit

 

History

History
 
 

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.