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
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)
Apache Hop version?
2.10.0
Java version?
17.0.2
Operating system
Linux
What happened?
Steps to reproduce:
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