rajalakshmys-27 opened a new issue, #2304: URL: https://github.com/apache/incubator-kie-issues/issues/2304
When adding an on-entry script to a user task in the BPMN editor, the editor displays a "Java" badge indicating the script language. However, the `scriptFormat` attribute is not being correctly written to the XML . It saves as blank (`scriptFormat=""`) instead of the expected value (`scriptFormat="http://www.java.com/java"`). This causes compilation to fail. Additionally, the language badge in the editor is not interactive, so users have no way to manually correct the script format from the UI. **Steps to Reproduce:** 1. Open the BPMN editor 2. Create a new User Task 3. In the properties panel, navigate to the on-entry script section 4. Enter any script content 5. Save and inspect the generated XML -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
