Is there any way to identify if an API workflow is actually “being used”?
What I mean is, in my app I am pushing all workflows that involve operations on the database to the backend workflow sections and do them in API workflows. The reason is that, often, I can generalize database operations and use them on multiple pages in my app. However, due to the complexity and due to changing and further developing my app, it is possible that, meanwhile, certain API workflows are not being called by any of my app pages anymore and became out of use. The problem is that I can’t just delete any of them because it may be in use somewhere after all. I know that when any workflow logic breaks, a red “issue” pops up and leads me to where a problem is. However, during the development phase, the issue list is usually quite full and I can’t really make out where the issue with the deleted API workflow comes in. At least not conveniently…
With the current functionality in bubble, it seems I have to search every singe of my app’s pages to see if an API workflow is being called somewhere, which is a HUGE pita. I wish there was a way to simply list all instances where a certain API workflow is being called (so, a list of all local page workflows that call it).
Does something like that maybe already exist and I simply haven’t come across it yet? Maybe with a plugin or so? Or does anyone see any other way to get bubble to show me what I need?
Thanks in advance!
Rob