Sub process cannot resolve variable passed by 'callAtivity'
I'm using `activiti-spring-boot-starter:7.1.0.M6`.As I read [document][1], to pass process varibles to sub-process, I need to use<!-- Main Process --><bpmn:callActivity id="mainActivity" name="TASK_NAME" calledElement="subProcess"><bpmn:extensionElem...