@famarting @cgillum
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
@famarting @cgillum
There appears to be a missing implementation for the
send_eventcapability. The placeholder code is commented out. And there is nosend_eventimplementation heredurabletask-python/durabletask/worker.py
Lines 819 to 820 in 8598f6b
This would require implementing in order to deliver the
SendEventcapability in the Dapr Python SDK