Skip to content

Commit 16edffd

Browse files
authored
Update README.md
1 parent 0f4d9ef commit 16edffd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/ChoiceJoinMerge/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Choice and Join process types
22

33
This example demonstrates how to achieve the following workflow patterns:
4-
- Produce results on a subset of outputs (multi-choice)
5-
- Activate process on n-out-of-m inputs (discriminator)
6-
- Combine the above, i.e. "choice" process sends information to "join" process on how many outputs have been activated (structured synchronizing merge)
4+
- Produce results on a subset of a process' outputs (multi-choice)
5+
- Activate a process by any n-out-of-m inputs (discriminator)
6+
- Combine the above, i.e. the "choice" process sends information to the "join" process on how many outputs have been activated (structured synchronizing merge)
77

88
<P></P>
99
The workflow has two processes:

0 commit comments

Comments
 (0)