frogfather commented on PR #375:
URL: https://github.com/apache/brooklyn-docs/pull/375#issuecomment-1478079239

   Tested by pasting example code into workflow via UI admin
   ```
   name: Workflow via UI admin
   steps:
     - log Starting workflow ${workflow.name}
     - let integer x = 1
     - id: log
       step:  log The value for x is now ${x}
     - step: let x = ${x} + 1
       next: log
       condition:
         target: ${x}
         less-than: 3
   ```


-- 
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: dev-unsubscr...@brooklyn.apache.org

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

Reply via email to