You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -489,7 +489,7 @@ Sample User Apps/Modules/Scripts
489
489
490
490
#. Grouping Services
491
491
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.
493
493
494
494
.. image:: docs/grouping-symbol.png
495
495
@@ -526,3 +526,10 @@ Sample User Apps/Modules/Scripts
526
526
}
527
527
528
528
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