I'd like to use the new parameter option to be able to pass parameters to child steps so I can reduce the number of overall unique steps i have. Right now I have to duplicate child steps up for different combinations, I can't really use the new parameter stuff to generate all the steps as I need fine control over which agents work runs on. I can see it would probably work right now if I just specified a single option per parameter, but then it starts displaying them in the title and creates very long titles on the step (which doesn't display well if you have 7ish steps running in parallel)
Could you maybe not display the parameters in the title if only one combination of all available steps exists? This would probably help me reduce some of the duplicates of my steps by a factor of 12 (where I can control what they do via parameter).
Description
I'd like to use the new parameter option to be able to pass parameters to child steps so I can reduce the number of overall unique steps i have. Right now I have to duplicate child steps up for different combinations, I can't really use the new parameter stuff to generate all the steps as I need fine control over which agents work runs on. I can see it would probably work right now if I just specified a single option per parameter, but then it starts displaying them in the title and creates very long titles on the step (which doesn't display well if you have 7ish steps running in parallel)
Could you maybe not display the parameters in the title if only one combination of all available steps exists? This would probably help me reduce some of the duplicates of my steps by a factor of 12 (where I can control what they do via parameter).