GitHub user dmainou added a comment to the discussion: Workflow HTTP problem - Copy rows to result
Hey, If you read the documentation you'll see that the use of copy rows to result is there for historical reasons. (to implement loops when it was the only way to do so). There are a few cases where its use is granted but in general, copy rows to result is discouraed. I have one instance of copy rows to result in production and it's ticking along in the latest version. You are far better passing the rows DOWN to a separate pipeline using either a workflow or pipeline executors. GitHub link: https://github.com/apache/hop/discussions/6098#discussioncomment-15118958 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
