Skip to content

Commit caea5ba

Browse files
authored
Update README in retryonsignalinterceptor/ with correct class names (temporalio#550)
1 parent ebf633f commit caea5ba

File tree

1 file changed

+3
-3
lines changed
  • core/src/main/java/io/temporal/samples/retryonsignalinterceptor

1 file changed

+3
-3
lines changed

core/src/main/java/io/temporal/samples/retryonsignalinterceptor/README.MD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ fail or retry.
66
Starts Worker. The worker upon start initiates a workflow that has an activity that fails on the fist invocation.
77

88
```bash
9-
./gradlew -q execute -PmainClass=io.temporal.samples.retryonsignalinterceptor.Worker
9+
./gradlew -q execute -PmainClass=io.temporal.samples.retryonsignalinterceptor.MyWorkflowWorker
1010
```
1111

1212
Sends Signal to indicate that the activity should be retried.
1313

1414
```bash
15-
./gradlew -q execute -PmainClass=io.temporal.samples.retryonsignalinterceptor.RetryActivity
15+
./gradlew -q execute -PmainClass=io.temporal.samples.retryonsignalinterceptor.RetryRequester
1616
```
1717

1818
Sends a signal to propagate the activity failure to the workflow instead of retrying.
1919

2020
```bash
21-
./gradlew -q execute -PmainClass=io.temporal.samples.retryonsignalinterceptor.FailActivity
21+
./gradlew -q execute -PmainClass=io.temporal.samples.retryonsignalinterceptor.FailureRequester
2222
```

0 commit comments

Comments
 (0)