Hello,
I have a parent bpmn modeler which has a sub called bpmn
the question is is it applicable to save the variables in outer or more visible scope to be seen in both pbmns, as once task started in the sub called process instance it carries no variables from the parent.
here I have APPLICATION_ID variables which I need to carry over the sub process.
which is not exist in the sub process.
this is the sub process which the variable is not exist.
Hello @SaraElmaghraby ,
you can use the In-Mapping on a Call Activity to either set all variables to the called process or select some and map them.
In the other direction. you can also map out variables from the called process using the Out-Mapping.
I hope this helps
Jonathan
Thanks a lot @jonathan.lukas I will give it a try and send a feedback.
worked prfectly thanks a lot @jonathan.lukas 