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 0febe57 commit 143857eCopy full SHA for 143857e
core/src/main/java/io/temporal/samples/packetdelivery/README.md
@@ -8,7 +8,10 @@ Workflow waits until all packets have been delivered. Each packet delivery path
8
also "cancel" delivery of another item. This is done via signal and cancellation of the
9
CancellationScope.
10
11
-2. Start the Sample:
+## Start the Sample:
12
```bash
13
./gradlew -q execute -PmainClass=io.temporal.samples.packetdelivery.Starter
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