mrinalsharma opened a new issue, #556:
URL: https://github.com/apache/camel-karavan/issues/556

   With the latest code, all the route steps lock after moving out of the 
designer view and then coming back to the designer view.
   
![image](https://user-images.githubusercontent.com/3838113/207097807-dfa822c0-e4ca-4ffb-a6fd-d62a640c0139.png)
   
   The generated .yaml definition looks like
   ```
   - dslName: RouteDefinition
     stepName: route
     from:
       uri: 'quartz:foo?cron={{myCron}}'
       steps:
         - uri: 'bean:myBean?method=hello'
           dslName: ToDefinition
           stepName: to
           inArray: true
           inSteps: true
         - dslName: LogDefinition
           stepName: log
           message: '${body}'
           inArray: true
           inSteps: true
         - uri: 'bean:myBean?method=bye'
           dslName: ToDefinition
           stepName: to
           inArray: true
           inSteps: true
         - dslName: LogDefinition
           stepName: log
           message: '${body}'
           inArray: true
           inSteps: true
         - dslName: LoopDefinition
           stepName: loop
           expression:
             dslName: ExpressionDefinition
             stepName: expression
           inArray: true
           inSteps: true
       dslName: FromDefinition
       stepName: from
     id: foo
   ```


-- 
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.apache.org

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

Reply via email to