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/ChoiceJoinMerge/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
# Choice and Join process types
2
2
3
3
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)
0 commit comments