Hi there,
In a process model I have a multi-instance embedded subprocess which receives some variable local. Within each instance of the multiple ones, I have an embedded subprocess from which I need access to the outer instance subprocess local variables. How do I do that?
Thank you,
Cristian
Hi @Cristian - please could you upload a diagram to make the scenario clearer?
1 Like
Hi @Cristian, most likely you need to use an input mapping on your embedded subprocess to copy the local in the outer scope to a new local in the inner scope.
Something like this?
1 Like
Thank you. I already took the same approach. I was using an older version of modeler which makes it not as obvious as latest one. All the best!