CarlosJuncher03 opened a new issue, #6514:
URL: https://github.com/apache/hop/issues/6514

   ### What would you like to happen?
   
   In transformations running with many threads, a failure may happen in only 
one thread. In those scenarios, operators often need to stop/kill the entire 
run. Currently, after stopping, it is not always quick to identify which step 
actually failed in the visual pipeline because the Metrics panel does not 
clearly highlight the failing step.
   
   Goal:
   Whenever a step reports an error (e.g., Errors > 0), that step must be 
highlighted in red in the Metrics panel (and preferably also in the visual 
pipeline), enabling faster identification of the failure point.
   
   Scope:
   
   Apply red highlighting to steps with errors during execution and after the 
run ends/is stopped.
   
   Use an objective failure trigger: Errors > 0 (and/or step failure status).
   
   ### 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]

Reply via email to