Using object set defined in embedded module

Hi!

I have two workshop modules A, B.
B is embedded in A
I want to use a object set that is defined in B, in A.
I see in the documentation that recalculation done in a child module is not reflected in the variable that is mapped from the parent module. Is there any way to work around this?

I am specifically trying to get the output of an embedded vertex graph in B, normal filters spit out a filter object so I can pass that but vertex doesn’t have a filter output.
Thanks!

Can’t you make the OBJECTS ON SUBGRAPH variable accessible via module interface?

Yeah currently have it so that the child object set is exposed but the issue is that default variable values & recalculations dont get pushed to the parent.
See last paragraph of docs:
https://www.palantir.com/docs/foundry/workshop/embedded-modules/