iuliana commented on code in PR #379:
URL: https://github.com/apache/brooklyn-docs/pull/379#discussion_r1203841245


##########
guide/blueprints/workflow/nested-workflow.md:
##########
@@ -80,6 +119,8 @@ and always allowing 1.
 This might be used for example to upgrade a cluster in situ, leaving the 
larger of 10 instances or half the cluster alone, if possible.  
 If the concurrency expression evaluates to 0, or to a negative number whose 
absolute value is larger than the number of values, the step will fail before 
executing, to ensure that if e.g. "-10" is specified when there are fewer than 
10 items in the target list, the workflow does not run.  (Use "max(1, -10)" to 
allow it to run 1 at a time if there are 10 or fewer.)
 
+Concurrency cannot be specified when `reducing`.

Review Comment:
   @ahgittin  Maybe add a **Note:** in front of this statement



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