Skip to content

Commit 9f54fc4

Browse files
committed
update readme
Signed-off-by: Tihomir Surdilovic <tihomir@temporal.io>
1 parent 0267b4f commit 9f54fc4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ See the README.md file in each main sample directory for cut/paste Gradle comman
108108

109109
- [**Custom Annotation**](/core/src/main/java/io/temporal/samples/customannotation): Demonstrates how to create a custom annotation using an interceptor.
110110

111+
- [**Asnyc Packet Delivery**](/core/src/main/java/io/temporal/samples/packetdelivery): Demonstrates running multiple execution paths async within single execution.
112+
113+
111114
#### API demonstrations
112115

113116
- [**Async Untyped Child Workflow**](/core/src/main/java/io/temporal/samples/asyncuntypedchild): Demonstrates how to invoke an untyped child workflow async, that can complete after parent workflow is already completed.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ 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:
12+
```bash
13+
./gradlew -q execute -PmainClass=io.temporal.samples.packetdelivery.Starter
14+
``

0 commit comments

Comments
 (0)