fantonangeli opened a new issue, #2886: URL: https://github.com/apache/incubator-kie-tools/issues/2886
If there are errors in the WF you cannot deploy it, but if there are warnings like changing the start node to something wrong ie: `"start": "NotExistingNode",` It's possible to deploy the WF and it breaks the deployment showing the following error in the deployment page: `io.vertx.core.impl.NoStackTraceException` **Steps to reproduce:** - Import the example in this issue or change the `start` node in the Greeting example - Deploy on devmode on OpenShift (normal deployments are also affected) - Open the deployment Full example: [greeting-with-warning.sw.json](https://github.com/user-attachments/files/18600786/greeting-with-warning.sw.json) -- 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]
