#Steps failure should stop whole flow under the same

1 messages · Page 1 of 1 (latest)

wet charm
#

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"
}
indigo pilot
#

@wet charm

Our team is aware of this issue. I will keep you updated on the fix.

wet charm
#

Thanks for the update. @indigo pilot Let me know if you want any clarification on the issue.

wet charm
#

@indigo pilot do we have any timeline to get this fixed in both web and open source version?

indigo pilot
#

@wet charm

I can push the team for our cloud, but unfortunately we don't have any timiline for open source version

urban mantleBOT
#

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.