hansva commented on issue #5982: URL: https://github.com/apache/hop/issues/5982#issuecomment-3512527232
Ah, upon further investigation, it actually does what it is supposed to do, but the documentation is nonexistent. Going to the original ticket that was raised for this feature: https://issues.apache.org/jira/browse/HOP-3921 When aborting a pipeline, you have multiple options: - Abort the run, but do not mark it as an error - Abort the run and mark it as an error It seems that the request was to have the same options in a workflow. But I am wondering when this would be useful. The only use case I can think of is when a workflow is running in parallel and you want to stop the other running actions but not mark the workflow as failed. And even if that was the case. Then it should always just abort the workflow and mark it as a success whether the previous action succeeded or failed. -- 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]
