What's weird is it's saying
What's weird is it's saying
The execution of the Workflow instance was terminated, as a step threw an NonRetryableError and it was not handled
and the internal workflows error as well
7 Replies
Can you share what you are seeing?

I'm getting this for every error
I don't recommend having only one retry, also do you perhaps throw any NonRetryableError?
I do throw non retryable errors and the reason i only ahve 1 retry for some of these is because if it fails in the middle of sending an email and then it retries and sends the same email again there is a possibility of spam
but why does it say internal workflows error
wouldn't it normally say what the error is
I might try and explore adding retries as well because such a large portion of our instances are failing due to this reason
Would you mind sharing the code where you send the email? Also if you could please use /link to link your account
@.r20 if you prefer you can DM me the code, we might be able to help you to change how it works so that you can minimize the odds of failure
Ok yeah that works, I just linked my account I'll DM you