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

Action.continueWith won't be executed if its in a nested update function #124

Open
NickSeagull opened this issue Sep 17, 2024 · 0 comments
Labels
effort: 5 Takes roughly 5 hours (w/ docs+testing) package: core Related to the core libraries type: bug Something isn't working work: complicated Requires expert analysis or in-depth problem-solving

Comments

@NickSeagull
Copy link
Contributor

Same issue as #119 , reason is that it is polymorphic and it is probably having trouble casting from Unknown to a non-top-level event.

As a workaround, one can call the update function directly, but this could result problematic if in the future we want to parallelize workflows by registering multiple events.

Perhaps we could pass an implicit function to update that acts as this continueWith?

@NickSeagull NickSeagull added type: bug Something isn't working package: core Related to the core libraries effort: 5 Takes roughly 5 hours (w/ docs+testing) work: complicated Requires expert analysis or in-depth problem-solving labels Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort: 5 Takes roughly 5 hours (w/ docs+testing) package: core Related to the core libraries type: bug Something isn't working work: complicated Requires expert analysis or in-depth problem-solving
Projects
None yet
Development

No branches or pull requests

1 participant