enter image description hereI am modeling bpmn for a process. I used Collapsed subprocess in my process and Flowable prompts me to define that subprocess in a separate file. The problem is, I want XML for the whole process(including the subprocess) but when importing the bpmn model as XML, it's omitting the subprocess file. How to get XML for the whole process? Please help.
I tried defining the subprocess in the same file as original process and connected the subprocess to its definition using Message Flow Arrow. In the process reference, how do I specify the subprocess(don't know what the 'key' for the process means).