Merge pull request #3487 from hhunter-ms/fix_terminate

[workflow] fix terminate command
This commit is contained in:
Hannah Hunter 2023-06-05 11:08:08 -04:00 committed by GitHub
commit 1fda31937e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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