Is there a way we can get parent workflow metadata / context property from a child workflow or activity?
Example workflow structure: parent workflow A → workflow B → workflow C: activity C1, activity C2.
From either workflow C or activity C1 or C2; I’m looking for a way to get workflow A’s property, can be either context propagator or memo, I can’t seem to find a way.
Appreciate any leads