update post and get request

This commit is contained in:
nyemade-uversky 2023-01-18 17:34:18 -07:00 committed by GitHub
parent c7c915e8b3
commit b91ccb2613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -29,16 +29,15 @@ spec:
## Supported workflow methods
### HTTP / gRPC request
### POST start workflow request
```bash
POST http://localhost:3500/v1.0-alpha1/workflows/{workflowComponent}/{workflowType}/{instanceId}/start
```
### POST terminate workflow request
```bash
POST http://localhost:3500/v1.0-alpha1/workflows/{workflowComponent}/{instanceId}/terminate
```
### GET workflow request
```bash
GET http://localhost:3500/v1.0-alpha1/workflows/{workflowComponent}/{workflowType}/{instanceId}
```