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
As discussed in #1115
The text was updated successfully, but these errors were encountered:
Note that
named_output('a')
gets step_output['a']. It is better to also pass the group information so that named_output('a') is a proper subset of step_output.
step_output['a']
step_output
Sorry, something went wrong.
Add option group_by to output_from #1120
5fbb28b
Add group_by to named_output #1120
be0fb78
No branches or pull requests
As discussed in #1115
The text was updated successfully, but these errors were encountered: