You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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:
start
node in the Greeting exampleFull example:
greeting-with-warning.sw.json
The text was updated successfully, but these errors were encountered: