Ah, itās because this workflow was missing a terminate action like all of the other ones
Still, whilst you could create empty rows, thatās not particularly useful! The design of the endpoint means that if mistakes do happen that let a user through that shouldnāt be, they still canāt do any real damage.
Everything we build in Bubble should be built in a way such that thereās no single point of failure (and you found one example of why thereās multiple protections)
No, thatās not true.
Take this workflow (I just edited it for demo) as an example:
This would not be secure.
It seems to me that you think that it is secure because it requires an admin token. That is not true. It requires to be authenticated, and any user with an account in this case can be authenticated. So, all it does is restrict the endpoint to subscriptions the userās privacy rules permit them to access (their own subscriptions).
Edit: You might find this post useful!

