apache / hop

Hop Orchestration Platform
https://hop.apache.org/
Apache License 2.0
985 stars 354 forks source link

[Bug]: Pipeline action - record set forwarding issue /2 #4581

Open dave-csc opened 3 days ago

dave-csc commented 3 days ago

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:

  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