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
452d1d2fef
commit
e25d47915a
|
|
@ -56,7 +56,7 @@ The API call will provide a response similar to this:
|
||||||
|
|
||||||
## Terminate workflow request
|
## Terminate workflow request
|
||||||
|
|
||||||
Terminate a running workflow instance with the given name and instance id.
|
Terminate a running workflow instance with the given name and instance ID.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
POST http://localhost:3500/v1.0-alpha1/workflows/<workflowComponentName>/<instanceId>/terminate
|
POST http://localhost:3500/v1.0-alpha1/workflows/<workflowComponentName>/<instanceId>/terminate
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue