mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/reference/api/workflow_api.md
Co-authored-by: Chris Gillum <cgillum@gmail.com> Signed-off-by: Tom Kerkhove <kerkhove.tom@gmail.com>
This commit is contained in:
parent
7bdefeb5eb
commit
5c2c7ad960
|
@ -10,7 +10,7 @@ Dapr provides users with the ability to interact with workflows and comes with a
|
|||
|
||||
## Start workflow request
|
||||
|
||||
Start a workflow instance with the given name and instance id.
|
||||
Start a workflow instance with the given name and instance ID.
|
||||
|
||||
```bash
|
||||
POST http://localhost:3500/v1.0-alpha1/workflows/<workflowComponentName>/<workflowName>/<instanceId>/start
|
||||
|
|
Loading…
Reference in New Issue