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 underlying durabletask-python library should support the feature for a Workflow to raise an event directly to another Workflow, via the send_event method
The Dapr Workflows Python SDK has not implemented this method. However the dotnet SDK has implemented it. For consistency across SDKs, I would recommend implementing this.
The text was updated successfully, but these errors were encountered:
This is currently blocked on work in the underlying durabletask-python library microsoft/durabletask-python#32
The underlying durabletask-python library should support the feature for a Workflow to raise an event directly to another Workflow, via the
send_event
methodThe Dapr Workflows Python SDK has not implemented this method. However the dotnet SDK has implemented it. For consistency across SDKs, I would recommend implementing this.
The text was updated successfully, but these errors were encountered: