Skip to content

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

@NickSeagull

Description

@NickSeagull

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    effort: 5Takes roughly 5 hours (w/ docs+testing)package: coreRelated to the core librariestype: bugSomething isn't workingwork: complicatedRequires expert analysis or in-depth problem-solving

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions