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
   
   ```
   
![image](https://user-images.githubusercontent.com/3838113/208983608-99f5fd95-36e6-476c-a2f7-69c511b82522.png)
   


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to