We have a scenario where we need to access regional step's output named 'foo' in the following step which runs only in primary region. It would be handy if we can get hold of collection of 'foo' output variable generated from each regional step or output prefixed with region name and passed on to following step.
Ex:- stepname_foo = ['bar','bar2']
Ex:- stepname_regionname_foo = "bar"