Skip to content

Commit 30c6cd7

Browse files
committed
Updating README.rst ..
1 parent cc5e8bb commit 30c6cd7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ Sample User Apps/Modules/Scripts
489489

490490
#. Grouping Services
491491

492-
Let's use a regular rectangle as the graphical symbol for a group scope.
492+
Let's wrap a rounded rectangle outside a regular rectangle as the graphical symbol for grouping services.
493493

494494
.. image:: docs/grouping-symbol.png
495495

@@ -526,3 +526,10 @@ Sample User Apps/Modules/Scripts
526526
}
527527
528528
If a service in a parallel group accepts pipeline arguments, the results of the previous service outside the group will be merged into the arguments of this service.
529+
530+
|
531+
532+
The result objects of all service units in a service group will be packed into an array as the result of the whole group.
533+
534+
If the next service unit outside the group accepts the pipeline arguments,
535+
all the result dictionaries in current group will be overlaid one on top of the other in sequence as the pipeline arguments for the next external service.

0 commit comments

Comments
 (0)