From b91ccb261395172c55634566b9848cc78388e575 Mon Sep 17 00:00:00 2001 From: nyemade-uversky <55847877+nyemade-uversky@users.noreply.github.com> Date: Wed, 18 Jan 2023 17:34:18 -0700 Subject: [PATCH] update post and get request --- daprdocs/content/en/reference/api/workflow_api.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/daprdocs/content/en/reference/api/workflow_api.md b/daprdocs/content/en/reference/api/workflow_api.md index 221f58fb9..02804f18f 100644 --- a/daprdocs/content/en/reference/api/workflow_api.md +++ b/daprdocs/content/en/reference/api/workflow_api.md @@ -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} ```