-
Notifications
You must be signed in to change notification settings - Fork 140
refactor: mv dapr-ext-workflow pkg into dapr pkg #973
Copy link
Copy link
Open
Labels
P1dapr-ext-workflowdocumentation requiredkind/refactorRefactoring code in SDKRefactoring code in SDK
Milestone
Description
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:
- mv ext/dapr-ext-workflow under dapr/
- no longer publish separate dapr-ext-workflow pkg
- build pipeline updated accordingly
- all quickstarts/tests updated with the new import paths
- dapr quickstarts repo is updated accordingly
- dapr docs are updated accordingly
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P1dapr-ext-workflowdocumentation requiredkind/refactorRefactoring code in SDKRefactoring code in SDK
Type
Projects
Status
Backlog