Hello, I was wondering if there is a way to terminate a backend workflow while it is running?
My setup is this:
the user uploads a csv via my bubble app and then a Scheduled API workflow is executed for each element in the csv file.
I would like to have to have a cancel button that if pressed terminates the backend workflow and the csv is not processed any further.
How can I implement this functionality? I have researched similar questions in the forum but nothing seems to fit my problem. Thanks in advance for any suggestions!