We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Two foreach sub-workflows produce list outputs:
$.steps.sub1.outputs.success.data $.steps.sub2.outputs.success.data
I would like the ability to concatenate these lists into one when passing the data to a step or output, hopefully with something very simple liike:
my_step: plugin: deployment_type: image src: my_plugin_path input: my_list: !expr $.steps.sub1.outputs.success.data + $.steps.sub2.outputs.success.data
Where the my_list input to the step is a single list object consisting of all of the list items from the outputs of both sub-workflows.
my_list
The text was updated successfully, but these errors were encountered:
jaredoconnell
No branches or pull requests
Please describe what you would like to see in this project
Two foreach sub-workflows produce list outputs:
I would like the ability to concatenate these lists into one when passing the data to a step or output, hopefully with something very simple liike:
Where the
my_list
input to the step is a single list object consisting of all of the list items from the outputs of both sub-workflows.The text was updated successfully, but these errors were encountered: