@tall-lock-23197#CP2HDHKE1 I am passing arguments into a flyte workflow in a specific order of the way my customers are expecting. however when i go to trigger the workflow in the Flyte UI, all the parameters names are arranged alphabetically. Is there any way i get the order in the UI to be the same as I passed in my workflow code?
t
tall-lock-23197
10/03/2023, 7:15 AM
I'm not sure if this is possible. I'll let the community chime in.
s
stocky-notebook-88311
10/03/2023, 9:01 AM
adding _ 1 _ , _ 2 _ will solve this issue
f
freezing-airport-6809
10/03/2023, 2:02 PM
Sadly, as the variables are maintained in a map, so the position is lost