We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be525a commit 0267b4fCopy full SHA for 0267b4f
core/src/main/java/io/temporal/samples/packetdelivery/README.md
@@ -0,0 +1,10 @@
1
+# Async Package Delivery Sample
2
+
3
+This sample show how to run multiple "paths" of execution async within single workflow.
4
+Sample starts deliveries of 5 items in parallel. Each item performs an activity
5
+and then waits for a confirmation signal, then performs second activity.
6
7
+Workflow waits until all packets have been delivered. Each packet delivery path can choose to
8
+also "cancel" delivery of another item. This is done via signal and cancellation of the
9
+CancellationScope.
10
0 commit comments