dave-csc opened a new issue, #4581: URL: https://github.com/apache/hop/issues/4581
### Apache Hop version? 2.10.0 ### Java version? 17.0.2 ### Operating system Linux ### What happened? (probably not related to #4559) Create three pipelines as follows: 1. End the first pipeline with a `Copy rows to result` transform 2. In the second pipeline, start with a `Get rows from result` transform, add some other transforms to manipulate the metadata, and then end with a `Copy rows to result` transform 3. Start the third pipeline with a `Get rows from result` transform Add those three pipelines in a workflow so that they're executed in the order described above. The third transform will get the rows from the result of the first pipeline, instead of those of the second one. No workarounds currently found ### Issue Priority Priority: 2 ### Issue Component Component: Actions, Component: Hop Gui -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
