N
Novu•4w ago
Vivek

Steps failure should stop whole flow under the same

We've workflow created with following step - 1. Send email 2. Delay for a day 3. Send email (for reminder) For some users, we've seen that they have received both email on same day because delay step has been failed due to some reason (although next email went through). Can we have anyway to stop execution for further steps in any failure or do we have anyway to prevent the same? Error received in delay step -
{
"url": "https://novuapi.project.pro/v1/novu/303",
"statusCode": 400,
"message": "Unable to reach Bridge Endpoint at `https://novuapi.project.pro/v1/novu/303`. Run npx novu@latest dev in Local mode, or ensure your Bridge app deployment is available.",
"code": "ECONNRESET"
}
{
"url": "https://novuapi.project.pro/v1/novu/303",
"statusCode": 400,
"message": "Unable to reach Bridge Endpoint at `https://novuapi.project.pro/v1/novu/303`. Run npx novu@latest dev in Local mode, or ensure your Bridge app deployment is available.",
"code": "ECONNRESET"
}
5 Replies
Pawan Jain
Pawan Jain•4w ago
@Vivek Our team is aware of this issue. I will keep you updated on the fix.
Vivek
VivekOP•3w ago
Thanks for the update. @Pawan Jain Let me know if you want any clarification on the issue. @Pawan Jain do we have any timeline to get this fixed in both web and open source version?
Pawan Jain
Pawan Jain•3w ago
@Vivek I can push the team for our cloud, but unfortunately we don't have any timiline for open source version
Pawan Jain
Pawan Jain•2w ago
Hey 👋

A small update: The bug with the delay step is fixed on our cloud.

Now workflow execution will be stopped if the delay step fails for any reason.
Pawan Jain
Pawan Jain•5d ago
@Vivek ping just want to make sure, you saw this message

Did you find this page helpful?