Skip to content

Commit 143857e

Browse files
committed
update readme
Signed-off-by: Tihomir Surdilovic <[email protected]>
1 parent 0febe57 commit 143857e

File tree

1 file changed

+5
-2
lines changed
  • core/src/main/java/io/temporal/samples/packetdelivery

1 file changed

+5
-2
lines changed

core/src/main/java/io/temporal/samples/packetdelivery/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ Workflow waits until all packets have been delivered. Each packet delivery path
88
also "cancel" delivery of another item. This is done via signal and cancellation of the
99
CancellationScope.
1010

11-
2. Start the Sample:
11+
## Start the Sample:
1212
```bash
1313
./gradlew -q execute -PmainClass=io.temporal.samples.packetdelivery.Starter
14-
``
14+
``
15+
16+
Run sample multiple times to see different scenarios (delivery failure and retry and delivery cancelation)
17+
There is a 10% chance delivery is going to be canceled and 20% chane it will fail.

0 commit comments

Comments
 (0)