Skip to content

Commit 1e32915

Browse files
authored
Update README.md
1 parent 3033125 commit 1e32915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/CollectionsExample/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ This workflow has 3 processes:
55
- Proc2 processes these elements one by one.
66
- Proc3 consumes all elements produced by Proc2 as a single collection.
77

8-
Since we don't know the size of the collection, we use the "count" control signal passed between Proc1 and Proc3, so that Proc3 knows how many elements should be collected before activation.
8+
Since we don't know the size of the collection, we use the "count" control signal passed between Proc1 and Proc3, so that Proc3 knows how many elements should be collected before activation. Note how the name of the "count" signal is used to associate the output collection of Proc1 with the input collection of Proc3.

0 commit comments

Comments
 (0)