Start Process with synchronous sub process inside
1. I have a process model "Main_Process". It wants a pv!letter from the below process it runs
2. Inside I have a Start Process node that calls a process model "Apple". It wants a pv!letter from the below that it runs.
3. Inside "Apple" I have a synchronous sub process "Core" inside that outputs to its parent an important value we will call pv!numberOfSeeds
I can send data between 1 and 2 with activity chaining and outputting variables i want with AC!processinfo.pv
My issue is that when 3 "Core" is involved, I can get nothing out of it, and any variables changes done during or after it are no longer visible in "Main_Process"
Any ideas on how I can get values out of Core to my Main Process?
Main_Process_______________________________________

Apple________________________________________

Core_________________________________________

