Skip to content

Commit 3033125

Browse files
authored
Update README.md
1 parent 4cf30f5 commit 3033125

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Using "count" control signal to produce and consume collections of elements (signals)
22

33
This workflow has 3 processes:
4-
Proc1 randomly produces a collection of 0-3 elements.
5-
Proc2 processes these elements one by one.
6-
Proc3 consumes all elements produced by Proc2 as a single collection.
4+
- Proc1 randomly produces a collection of 0-3 elements.
5+
- Proc2 processes these elements one by one.
6+
- Proc3 consumes all elements produced by Proc2 as a single collection.
77

88
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.

0 commit comments

Comments
 (0)