Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Serverless Logic Web Tools] NoStackTraceException on the deployment if the workflow has a validation warning #2886

Open
fantonangeli opened this issue Jan 30, 2025 · 0 comments
Assignees

Comments

@fantonangeli
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant