Local variables and children executions

If I set a local variable to some execution, will this variable be available to the children executions of my execution? If so, is it via childExecution.getVariable method? Can someone help, please?

Yes.
You should be able to get it using childExecution.getVariable

Thank you!

1 Like