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

Ensure Steps with Either return types are able to be reflected in Memory #10

Open
mark-keaton opened this issue Feb 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mark-keaton
Copy link
Collaborator

mark-keaton commented Feb 2, 2024

There was an issue with a Step<WorkflowException, Either<Exception, Unit>> potentially not being picked up by Reflection for use in the Workflow memory.

The next Step had an Either type provided to it, but it was Bottom not Right or Left, meaning it wasn't instantiated properly (?).

We need to investigate that Either types are able to be return values.

@mark-keaton mark-keaton added the bug Something isn't working label Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant