You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for a step that returns an array, my base output is ignored.
What is the expected behavior?
I'd like to be able to access my base output (important to keep local context in foreach step chains).
This could mean that the base_output should be injected in each item of the result array? Then how does this work if the result array is a list of scalars (ie, list of IDs) ?
Which version of uTask are you using?
1.1.0
Please tell us about your environment
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
The text was updated successfully, but these errors were encountered:
I'm submitting a ...
What is the current behavior?
if I configure
for a step that returns an array, my base output is ignored.
What is the expected behavior?
I'd like to be able to access my base output (important to keep local context in foreach step chains).
This could mean that the base_output should be injected in each item of the result array? Then how does this work if the result array is a list of scalars (ie, list of IDs) ?
Which version of uTask are you using?
1.1.0
Please tell us about your environment
Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)
The text was updated successfully, but these errors were encountered: