File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-boot-examples/workflows Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ timeout_seconds: 10
448
448
Let's suspend the workflow instance by sending the following request:
449
449
450
450
``` sh
451
- curl -X POST " localhost:8080/wfp/suspendresume- suspend?orderId=123" -H ' Content-Type: application/json'
451
+ curl -X POST " localhost:8080/wfp/suspendresume/ suspend?orderId=123" -H ' Content-Type: application/json'
452
452
```
453
453
454
454
<!-- END_STEP -->
@@ -477,7 +477,7 @@ timeout_seconds: 10
477
477
To send the event you can run:
478
478
479
479
``` sh
480
- curl -X POST " localhost:8080/wfp/suspendresume- resume?orderId=123" -H ' Content-Type: application/json'
480
+ curl -X POST " localhost:8080/wfp/suspendresume/ resume?orderId=123" -H ' Content-Type: application/json'
481
481
```
482
482
483
483
<!-- END_STEP -->
@@ -506,7 +506,7 @@ timeout_seconds: 10
506
506
To send the event you can run:
507
507
508
508
``` sh
509
- curl -X POST " localhost:8080/wfp/suspendresume- continue?orderId=123&decision=true" -H ' Content-Type: application/json'
509
+ curl -X POST " localhost:8080/wfp/suspendresume/ continue?orderId=123&decision=true" -H ' Content-Type: application/json'
510
510
```
511
511
512
512
<!-- END_STEP -->
You can’t perform that action at this time.
0 commit comments