mirror of https://github.com/dapr/quickstarts.git
Update tutorials/workflow/java/fundamentals/README.md
Co-authored-by: Marc Duiker <marcduiker@users.noreply.github.com> Signed-off-by: salaboy <Salaboy@gmail.com>
This commit is contained in:
parent
7ff2f0f608
commit
bcb4181212
|
|
@ -44,7 +44,7 @@ graph LR
|
|||
i.d.springboot.examples.basic.Activity2 : io.dapr.springboot.examples.basic.Activity2 : Received input: One Two
|
||||
```
|
||||
|
||||
5. Use the GET request in the [`fundamentals.http`](./chaining.http) file to get the status of the workflow, or use this cURL command:
|
||||
5. Use the GET request in the [`fundamentals.http`](./fundamentals.http) file to get the status of the workflow, or use this cURL command:
|
||||
|
||||
```bash
|
||||
curl --request GET --url http://localhost:8080/output
|
||||
|
|
|
|||
Loading…
Reference in New Issue