pauloricardoferreira opened a new issue, #8620: URL: https://github.com/apache/hop/issues/8620
### Apache Hop version? 2.19.0 ### Java version? 21.0.11 ### Operating system Linux ### What happened? Description: When saving a workflow, a data inconsistency occurs between the user interface and the generated file. Although the UI displays the correct user-assigned name, the configuration file retains the `name` tag with the default/hardcoded value "new workflow". Steps to reproduce: 1 - Access the workflow creation/editing screen. 2 - Create a new workflow and set a custom name (e.g., Test Workflow). 3 - Click Save. 4 - Check the name displayed in the interface (the correct name is shown). 5 - Open/inspect the generated workflow file in the backend/file system. 6 - Observe the name tag within the file. Expected behavior: The tag name in the saved file must reflect exactly the same name entered by the user and displayed in the interface. Current behavior: The interface displays the correct name, but the file saves the tag name as "new workflow," overwriting or ignoring the user input. <img width="889" height="72" alt="Image" src="https://github.com/user-attachments/assets/31527a0d-959e-4ecf-b8a9-b0be9f888da5" /> [TEST_NAME.zip](https://github.com/user-attachments/files/32656711/TEST_NAME.zip) ### Issue Priority Priority: 3 ### Issue Component Component: Workflows -- 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]
