You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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