leehaut opened a new pull request, #7027: URL: https://github.com/apache/hop/pull/7027
1. Fix NullPointerException when no parent workflow is present ``` 2026/04/18 18:41:11 [Error] Get system info.0 - Unexpected error 2026/04/18 18:41:11 [Error] Get system info.0 - java.lang.NullPointerException: Cannot invoke "org.apache.hop.workflow.engine.IWorkflowEngine.getExecutionStartDate()" because the return value of "org.apache.hop.pipeline.engine.IPipelineEngine.getParentWorkflow()" is null 2026/04/18 18:41:11 [Error] Get system info.0 - at org.apache.hop.pipeline.transforms.systemdata.SystemData.getSystemData(SystemData.java:88) 2026/04/18 18:41:11 [Error] Get system info.0 - at org.apache.hop.pipeline.transforms.systemdata.SystemData.processRow(SystemData.java:739) 2026/04/18 18:41:11 [Error] Get system info.0 - at org.apache.hop.pipeline.transform.RunThread.run(RunThread.java:54) 2026/04/18 18:41:11 [Error] Get system info.0 - at java.base/java.lang.Thread.run(Thread.java:1583) ``` 2. Fix incorrect display for NONE type <img width="500" height="300" alt="22ca041a78fb51496368b876192bf92" src="https://github.com/user-attachments/assets/6818dba9-d465-462a-b099-0612f83a453c" /> 3. Improvement sonar -- 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]
