(UPDATE: probably the issue is related to #4559, I got this in a scenario where the second pipeline doesn't save any valid row in Copy rows to result)
Create three pipelines as follows:
End the first pipeline with a Copy rows to result transform
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
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.
Apache Hop version?
2.10.0
Java version?
17.0.2
Operating system
Linux
What happened?
(UPDATE: probably the issue is related to #4559, I got this in a scenario where the second pipeline doesn't save any valid row in
Copy rows to result
)Create three pipelines as follows:
Copy rows to result
transformGet rows from result
transform, add some other transforms to manipulate the metadata, and then end with aCopy rows to result
transformGet rows from result
transformAdd 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