I am creating a flow that I want to contain in a subflow, but as it exposes a websocket and http endpoint, I only want 1 subflow node to exist in the workspace (ie. can only expose the same http endpoint).
Is there a way to check/force if more than 1 instance exists in all flows ?
The idea is a self-contained flow that does not necessarily requires input and does not produce output. I just don't want to see it as a separate flow (in the tabs).