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 an input-update channel to WorkflowHost #247

Closed
rjrjr opened this issue Apr 1, 2019 · 2 comments · Fixed by #282
Closed

Add an input-update channel to WorkflowHost #247

rjrjr opened this issue Apr 1, 2019 · 2 comments · Fixed by #282
Labels
kotlin Affects the Kotlin library. points: 2

Comments

@rjrjr
Copy link
Contributor

rjrjr commented Apr 1, 2019

AC: It is possible to send updated inputs to a WorkflowHost.

While it's possible to work around the lack of this method, doing so is cumbersome.

@rjrjr rjrjr added the points: 2 label Apr 1, 2019
@zach-klippenstein
Copy link
Collaborator

We shouldn't have to work around anything, we own the API 🙂

The only reason it doesn't have this yet is because we didn't need it when I wrote it.

@rjrjr
Copy link
Contributor Author

rjrjr commented Apr 11, 2019

This is definitely needed, we're already hacking around the lack of it in production.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kotlin Affects the Kotlin library. points: 2
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants