The workflow package found at ext/dapr-ext-workflow we want moved within the dapr package so folks can say from dapr import workflow_runtime and use one import to work with the client. The workflow engine is very tightly coupled to the dapr client and so we want these packages combined and to no longer publish/support a separate dapr-ext-workflow PyPI package. This will have direct benefits to simplify the end user journey and DX when working with Dapr Agents and Dapr Workflows using the Python SDK in general.
acceptance critieria:
The workflow package found at
ext/dapr-ext-workflowwe want moved within thedaprpackage so folks can sayfrom dapr import workflow_runtimeand use one import to work with the client. The workflow engine is very tightly coupled to the dapr client and so we want these packages combined and to no longer publish/support a separate dapr-ext-workflow PyPI package. This will have direct benefits to simplify the end user journey and DX when working with Dapr Agents and Dapr Workflows using the Python SDK in general.acceptance critieria: