Skip to content

Commit ee89be9

Browse files
committed
adding missing port
Signed-off-by: salaboy <[email protected]>
1 parent 71d51c0 commit ee89be9

File tree

1 file changed

+2
-2
lines changed
  • examples/src/main/java/io/dapr/examples/workflows

1 file changed

+2
-2
lines changed

examples/src/main/java/io/dapr/examples/workflows/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ Start the workflow and client using the following commands:
664664

665665

666666
<!-- STEP
667-
name: Run Compensation Pattern workflow worker
667+
name: Run Suspend/Resume workflow
668668
match_order: none
669669
output_match_mode: substring
670670
expected_stdout_lines:
@@ -680,7 +680,7 @@ timeout_seconds: 60
680680
-->
681681

682682
```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
684684
```
685685

686686
```sh

0 commit comments

Comments
 (0)