File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -477,9 +477,9 @@ Sample User Apps/Modules/Scripts
477477 "(.|.)" : {"svc2-arg1" : " arg1 of service2 payload ..." }
478478 }
479479
480- + "``(://) ``": URL of the service call
481- + "``(...) ``": a dictionary of arguments (payload) to the service call
482- + "``(.|.) ``": merge the results of the previous service as pipeline arguments into the current arguments
480+ + "``(://) ``" - * Key : Value * - URL of the service call
481+ + "``(...) ``" - * Key : Value * - a dictionary of arguments (payload) for the service call
482+ + "``(.|.) ``" - * Key : Value * - merge the results of the previous service as pipeline arguments into the current arguments
483483
484484 Each service is an executable/callable unit, let's have a convention to use a rounded rectangle as its graphical symbol.
485485
You can’t perform that action at this time.
0 commit comments