Unfortunately, as there’s no way to return data from a backend workflow to the front end, there’s no simple way to do this in Bubble.
One (perhaps the most common) solution is to run it through the API Connector (or App connector) instead of using a Schedule API Workflow action. That way you can return the data to the front end, so you’ll know when it’s finished running.
Another option is to use the Backend workflow to make a change in the database somewhere (perhaps have a WF log datatype specifically for the purpose), and then listen to that change on the page in order to know when the WF has finished running.
4 Likes