lambdacd icon indicating copy to clipboard operation
lambdacd copied to clipboard

either does not return :outputs

Open flosell opened this issue 9 years ago • 1 comments

The either step does not return the step results of its children, making it harder to get data about them, e.g. when processing the information from :pipeline-finished events. It's also just not intuitive if some container steps return :outputs and others don't

flosell avatar Jan 22 '17 16:01 flosell

Counterpoint: It currently doesn't return outputs because then it would need to wait for all children to finish/be killed to have a final result to return. Depending on the child step, being killed takes a few seconds so implementing this would mean slowing down the pipeline for more correct but rarely used data.

flosell avatar Jan 30 '17 09:01 flosell