Is my observation correct that it is not possible to execute a subflow from within a subflow?
I have a few subflows which I call from a single process flow.
In retrospect a group of 3 subflows need to be performed together but async:

I can create a new subflow and recreate the business logic from those 3 subflows in a single subflow but that doesn't feel right.
The some of these subflows are not only used in this process flow but also in other process flows. So when I create a new combined subflow I have to maintain the same logic in 2 locations. But if I can use a subflow inside a subflow I only need to maintain the logic in the original subflow….

