From 4ef619961f851f7f6d8ec959608b105c01fccb0a Mon Sep 17 00:00:00 2001 From: Renat Akhmerov Date: Thu, 13 Apr 2017 16:12:53 +0700 Subject: [PATCH] Fix the doc for 'concurrency' policy Change-Id: I489345a057743603f84b1debd2fd3cbab5b1cecf Closes-Bug: #1671803 --- doc/source/dsl/dsl_v2.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/source/dsl/dsl_v2.rst b/doc/source/dsl/dsl_v2.rst index ac5437914..8bbc3b0b4 100644 --- a/doc/source/dsl/dsl_v2.rst +++ b/doc/source/dsl/dsl_v2.rst @@ -276,7 +276,9 @@ automatically by engine if hasn't completed. **concurrency** Defines a max number of actions running simultaneously in a task. *Applicable* -only for tasks that have *with-items*. +only for tasks that have *with-items*. If *concurrency* task property is not +set then actions (or workflows in case of nested workflows) of the task +will be scheduled for execution all at once. **retry**