Skip to content

[WORKFLOW SDK FEATURE REQUEST] asyncio support for workflow sdk #834

@passuied

Description

@passuied

Describe the WORKFLOW SDK feature

The workflow sdks currently don't have asyncio versions like the DaprClient SDK.
This creates friction when using them within asyncio code as it leads to thread blocking/deadlock.
It would make sense to provide these, specifically:

  • schedule_new_workflow()
  • get_workflow_state()
  • wait_for_workflow_start()
  • wait_for_workflow_completion()
  • raise_workflow_event()
  • terminate_workflow()
  • pause_workflow()
  • resume_workflow()
  • purge_workflow()

Release Note

RELEASE NOTE: ADD asyncio versions of workflow sdk methods

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions