Skip to content

Commit d6c6d4b

Browse files
committed
Updating README.rst ...
1 parent e08daea commit d6c6d4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)