Long backend workflow - display if failed

Have anybody solved a problem, to create a trigger, that a long backend scheduled workflow displays when it has broken down along the path?
Is there such a trigger in the app that can check this?
Best wishes to Bubble community out there! :slight_smile:

There is no native function for this.

However what you could try is to create a new thing when the workflow starts to run, and then create a second thing at the end of it.

=> If the second thing has not been created, the workflow failed somewhere along the path.

1 Like

Thanks. I was looking if there is way to show the user at which step it broke down - meaning which system data it couldn’t append.
Now it is visible - as we have status pending (not changing to finished) and completion rate (not 100%) - so indicators are there.
Great thanks!

1 Like