Currently compose pre-built in some built in functions like foreach. For example the $.Tasks.DataValidator.Output in below workflow is always a list - which is list of individual outputs of DataValidator.
In some cases user may want to have a slightly different compose behaviour. For example instead of creating a list of outputs of DataValidator - you may want the CarpoolAllocator be called individually for each output.
Currently compose pre-built in some built in functions like foreach. For example the
$.Tasks.DataValidator.Output
in below workflow is always a list - which is list of individual outputs of DataValidator.In some cases user may want to have a slightly different compose behaviour. For example instead of creating a list of outputs of DataValidator - you may want the CarpoolAllocator be called individually for each output.