mrinalsharma commented on issue #556:
URL: https://github.com/apache/camel-karavan/issues/556#issuecomment-1361923130
@mgubaidullin The issue still exists, I just tested with latest
ghcr.io/apache/camel-karavan:3.18.6 and can see the issue.
yaml looks like
```
- dslName: RouteDefinition
stepName: route
from:
dslName: FromDefinition
stepName: from
uri: 'kamelet:timer-source'
parameters:
message: Hello World
steps:
- dslName: LogDefinition
stepName: log
message: '${body}'
inArray: true
inSteps: true
```

--
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]