gmitter-ef opened a new issue, #7242: URL: https://github.com/apache/hop/issues/7242
### Apache Hop version? 2.18.0 ### Java version? OpenJDK 21 ### Operating system Windows ### What happened? A trivial workflow "main.hwf" (only containing a "Write to log" gets logged by a logging pipeline "log-main-workflow" (containing a "Workflow Logging", "Seelct values" and "Text file output" that writes a "log-output.csv" file) via the metadata object "metadata/workflow-log/log-main-workflow.json", with "Execute at the start" and "end" activated. When in "log-main-workflow.hpl" the "Select values" transform selects a field that does NOT exist (such as "not_existing"), the main workflow runs WITHOUT ERROR MESSAGE, and the logging pipeline does NOT write the CSV file. Expected behaviour: some kind of error message about the error. When other kinds of errors are introduced to the "log-main-workflow" pipeline (such as an empty "Merge join" transform after "Select values", after starting "main.hwf" an error is visible. Reproduce the bug: see attached files, copy files to "default project", run "main". ### Issue Priority Priority: 2 ### Issue Component Component: Transforms, Component: Metadata -- 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]
