tzengjames-TW commented on issue #7654: URL: https://github.com/apache/hop/issues/7654#issuecomment-5111920687
Thank you for the feedback. I agree that automatically continuing the Repeat loop could create an infinite loop if the stop condition is never updated. My main concern is not retry behavior, but error propagation. When Repeat directly executes a Pipeline, a pipeline failure immediately terminates the Repeat action. In contrast, a Child Workflow can handle the failure and allow subsequent workflow actions to execute. It would be helpful if Repeat could optionally expose pipeline failures to the Workflow layer, allowing actions such as logging, notifications, status updates, or recovery procedures before the workflow is terminated. This would provide behavior more consistent with Child Workflow execution while preserving the current default behavior. Thank you for considering this suggestion. -- 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]
