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, DaprWorkflowClientSee the root README for migration steps from the legacy
dapr-ext-workflow distribution.