Skip to content

Commit 0267b4f

Browse files
committed
adding readme
Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
1 parent 3be525a commit 0267b4f

File tree

1 file changed

+10
-0
lines changed
  • core/src/main/java/io/temporal/samples/packetdelivery

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)