quickstarts/tutorials/workflow/python/fundamentals/fundamentals.http

12 lines
318 B
HTTP

@apphost=http://localhost:5254
### Start the basic workflow
# @name startWorkflowRequest
@input=One
POST {{ apphost }}/start/{{ input }}
@instanceId={{startWorkflowRequest.response.body.instance_id}}
@daprHost=http://localhost:3554
### Get the workflow status
GET {{ daprHost }}/v1.0/workflows/dapr/{{ instanceId }}