Skip to content

refactor: mv dapr-ext-workflow pkg into dapr pkg #973

@sicoyle

Description

@sicoyle

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

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    Status

    Backlog

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions