dmainou opened a new issue, #6340: URL: https://github.com/apache/hop/issues/6340
### Apache Hop version? 2.16 ### Java version? openjdk version "1.8.0_352" ### Operating system Linux ### What happened? I have a pipeline that reads data from a table. The table contains a column called "flagfield" (output of merge diff) the flagfield is used to form the name of a pipeline e.g. process_deleted, process_changed, etc the name is passed on to a pipeline executor. if the pipeline executor has exactly 1 copy everything works as normal with. the correct pipeline executed However, if the executor has been configured to execute using many copies then some rows are executed using the wrong pipeline. the screenshot below shows the output when multiple copies were executed. Please note the highlighted "deleted" row with no api call next to it. i.e. it was treated as identical / no action to take other than outputting to the log. <img width="846" height="186" alt="Image" src="https://github.com/user-attachments/assets/cf3a3838-3e39-43f3-becd-5d1ce8f42009" /> ### Issue Priority Priority: 3 ### Issue Component Component: Hop Gui -- 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]
