In my model, I have some subflow that have zone inside them.
now i want to get the content of subflow zone at main process flow.below code not worked
getstat(getactivity(processFlow, "Zone"), "PartitionContent", STAT_CURRENT, 0, partitionID);
would you please solve the problem.