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 #4559

Open dave-csc opened 1 week ago

dave-csc commented 1 week ago

Apache Hop version?

2.10.0

Java version?

17.0.2

Operating system

Linux

What happened?

Steps to reproduce:

  1. Create two pipelines, the first ending with a Filter rows and a Copy rows to result, the second starting with a Get rows from result
  2. Link those pipelines together in a workflow

If the Filter rows transform gives some rows to the next Copy rows to result, the filtered record set is correctly forwarded to the next pipeline. If the Filter rows doesn't give rows in output, I'd expect the next pipeline to be skipped: instead, it will be processing a record set anyway (I need to check if it's forwarding data from an earlier pipeline, or if it's getting data from another transform in the first pipeline)

Issue Priority

Priority: 3

Issue Component

Component: Actions, Component: Pipelines, Component: Transforms, Component: Workflows