Mirroring the issue from Upstream microsoft#32
@famarting
There appears to be a missing implementation for the send_event capability. The placeholder code is commented out. And there is no send_event implementation here
|
# elif action_type == "sendEvent": |
|
# return task.get_name(task.OrchestrationContext.send_event) |
This would require implementing in order to deliver the SendEvent capability in the Dapr Python SDK