You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by "frogfather (via GitHub)" <gi...@apache.org> on 2023/03/21 15:35:54 UTC

[GitHub] [brooklyn-docs] frogfather opened a new pull request, #375: Correct workflow variables and expressions example

frogfather opened a new pull request, #375:
URL: https://github.com/apache/brooklyn-docs/pull/375

   Adds a missing -step: to the 5th line of the example


-- 
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-unsubscribe@brooklyn.apache.org

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


[GitHub] [brooklyn-docs] duncangrant merged pull request #375: Correct workflow variables and expressions example

Posted by "duncangrant (via GitHub)" <gi...@apache.org>.
duncangrant merged PR #375:
URL: https://github.com/apache/brooklyn-docs/pull/375


-- 
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-unsubscribe@brooklyn.apache.org

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


[GitHub] [brooklyn-docs] frogfather commented on pull request #375: Correct workflow variables and expressions example

Posted by "frogfather (via GitHub)" <gi...@apache.org>.
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-unsubscribe@brooklyn.apache.org

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