mirror of https://github.com/dapr/docs.git
Merge pull request #3487 from hhunter-ms/fix_terminate
[workflow] fix terminate command
This commit is contained in:
commit
1fda31937e
|
|
@ -53,7 +53,7 @@ The API call will provide a response similar to this:
|
|||
Terminate a running workflow instance with the given name and instance ID.
|
||||
|
||||
```http
|
||||
POST http://localhost:3500/v1.0-alpha1/workflows/<instanceId>/terminate
|
||||
POST http://localhost:3500/v1.0-alpha1/workflows/<workflowComponentName>/<instanceId>/terminate
|
||||
```
|
||||
|
||||
### URL parameters
|
||||
|
|
|
|||
Loading…
Reference in New Issue