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