Skip to content

Commit 4cf30f5

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
# Using "count" control signal to produce and consume collections of elements (signals)
2+
3+
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.
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.

0 commit comments

Comments
 (0)