Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing implementation for send_event #32

Open
olitomlinson opened this issue Oct 29, 2024 · 2 comments
Open

Missing implementation for send_event #32

olitomlinson opened this issue Oct 29, 2024 · 2 comments

Comments

@olitomlinson
Copy link

@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
Copy link
Contributor

that is to be able to send events from inside of a workflow, right?

now that you say it I realize that durabletask-go also lacks that feature https://github.com/microsoft/durabletask-go/blob/main/task/orchestrator.go#L23

I honestly dont know how to tackle this and implement it, but I think I would be able to do it with a bit of guidance @cgillum

@olitomlinson
Copy link
Author

That's correct @famarting

If you're looking for prior-art to start from, there is a sendEvent implementation in the durabletask-dotnet library

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants