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 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.