skin27 opened a new issue, #1565:
URL: https://github.com/apache/camel-karavan/issues/1565
### Describe the bug
On karavan.space I was creating a route with a doTry/doCatch step. However,
when I fill in the "Exception" field, for example java.lang.RuntimeException,
this value isn't remembered. The value gets empty after clicking on another
node or for example the YAML tab. The result YAML file also doesn't contain the
exception:
```yaml
- route:
id: route-8600
nodePrefixId: route-dfd
from:
id: from-3e10
uri: direct
steps:
- doTry:
id: doTry-ad9a
doCatch:
- id: doCatch-d6b1
```
Small note: I first try to create an onException:
https://camel.apache.org/manual/exception-clause.html
It doesn't seem supported by Karavan yet.
### Steps to reproduce the behavior
1. Go to '...'a
2. Click on '....'
3. Scroll down to '....'
4. See error
### Variant
Web Application
### Container Management (if applicable)
None
### Operating System (if applicable)
None
### Version
4.7.0
### Relevant log output
```shell
```
--
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]