CarlosJuncher03 opened a new issue, #7061: URL: https://github.com/apache/hop/issues/7061
### What would you like to happen? When running production pipelines that run only once, such as database migrations, I frequently use the Open execution option. This feature is especially useful when working with ETL Metadata and sub-pipelines. However, there is a limitation in scenarios where multiple instances of the same sub-pipeline are opened simultaneously. If one of these executions finishes successfully, I cannot easily access the other instances that are still running to monitor the individual progress of each one. The suggestion is to create a modal window that allows selecting which execution of the sub-pipeline should be opened, especially when the sub-pipeline receives different parameters in each call. A possible approach would be to group the parameters received by the execution into a string separated by semicolons (;), displaying this information in the modal to facilitate the identification of each running instance ### 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]
