Loading
[24.1] Fix `input_step_parameters` missing vals without label
`input_step_parameters` that did not have labels (label=None) were being excluded in the `WorkflowInvocation.to_dict()` result. This therefore sets the label to `n: Unnamed parameter` for null labels. Fixes https://github.com/galaxyproject/galaxy/issues/18366