You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: