With the ViewFlow library (see http://viewflow.io/), is it possible to have dynamic 'subflows'?
The use case:
I have a static process for checking out a basket of products in a webshop. The first step in the process is to look into the basket and gather input form the user: For each item in the basket, I have a specific process (and a specific flow) for gathering information from the user to customize the item. When all the information for the respective items in the basket is gathered, the MAIN process should continue to the next step.
The idea is that the respective processes/flows for all of the items in the basket are reusable in different 'main' processes.
I could not find any documentation on how I can achieve such architecture with ViewFlow. Can anyone help me on my way?