File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
examples/src/main/java/io/dapr/examples/workflows Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -664,7 +664,7 @@ Start the workflow and client using the following commands:
664
664
665
665
666
666
<!-- STEP
667
- name: Run Compensation Pattern workflow worker
667
+ name: Run Suspend/Resume workflow
668
668
match_order: none
669
669
output_match_mode: substring
670
670
expected_stdout_lines:
@@ -680,7 +680,7 @@ timeout_seconds: 60
680
680
-->
681
681
682
682
``` sh
683
- dapr run --app-id demoworkflowworker --resources-path ./components/workflows -- java -jar target/dapr-java-sdk-examples-exec.jar io.dapr.examples.workflows.suspendresume.DemoSuspendResumeWorker
683
+ dapr run --app-id demoworkflowworker --resources-path ./components/workflows --dapr-grpc-port 50001 -- java -jar target/dapr-java-sdk-examples-exec.jar io.dapr.examples.workflows.suspendresume.DemoSuspendResumeWorker
684
684
```
685
685
686
686
``` sh
You can’t perform that action at this time.
0 commit comments