File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
core/src/main/java/io/temporal/samples/retryonsignalinterceptor Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ fail or retry.
66Starts 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
1212Sends 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
1818Sends 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```
You can’t perform that action at this time.
0 commit comments