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: examples/CollectionsExample/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,4 +5,4 @@ This workflow has 3 processes:
5
5
- Proc2 processes these elements one by one.
6
6
- Proc3 consumes all elements produced by Proc2 as a single collection.
7
7
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