I am looking into how to add implement custom Flow Builder. It seems that you can accomplish a lot extending by extending the AbstractFlowBuilder.
However, I do not see how you can specify that certain flow is inheriting the other flow through AbstractFlowBuilder. How would you go about implementing custom flow builder that can also specify a parent flow as a part of flow definition construction process?
Any hint appreciated.