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
I've noticed that the function NewContinueAsNewError(ctx, ...) will not take into consideration that the context it was given was canceled.
I couldn't find this behavior documented anywhere and on slack the suggestion was that this should not happen and to create an issue here.
Would it make sense that if the workflow was canceled (and so the context), NewContinueAsNewError() propagated that CanceledError instead of creating a new error?
The text was updated successfully, but these errors were encountered:
I've noticed that the function
NewContinueAsNewError(ctx, ...)
will not take into consideration that the context it was given was canceled.I couldn't find this behavior documented anywhere and on slack the suggestion was that this should not happen and to create an issue here.
Would it make sense that if the workflow was canceled (and so the context),
NewContinueAsNewError()
propagated that CanceledError instead of creating a new error?The text was updated successfully, but these errors were encountered: