GitHub user bamaer added a comment to the discussion: Is there a way to break the internal/Child pipeline conditionally?
you should be able to do this by wrapping your business logic in a workflow or pipeline, run that through the [Repeat](https://hop.apache.org//manual/latest/workflow/actions/repeat.html) action, which allows you to break the loop by e.g. setting a variable on a given condition. GitHub link: https://github.com/apache/hop/discussions/4740#discussioncomment-11647994 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
