dave-csc opened a new issue, #4559:
URL: https://github.com/apache/hop/issues/4559

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


-- 
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]

Reply via email to