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

add support for sending and receiving events for workflow as function flow #157

Closed
mswiderski opened this issue Oct 28, 2021 · 0 comments · Fixed by #161 or #163
Closed

add support for sending and receiving events for workflow as function flow #157

mswiderski opened this issue Oct 28, 2021 · 0 comments · Fixed by #161 or #163
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@mswiderski
Copy link
Member

this should enable use cases where workflows simply emit events without doing any work and wait on events without doing any work. Essentially provide support for

  • catch event
  • throw event
@mswiderski mswiderski added this to the 0.10.0 milestone Oct 28, 2021
@mswiderski mswiderski self-assigned this Oct 28, 2021
@mswiderski mswiderski added the enhancement New feature or request label Oct 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment