quickstarts/tutorials/workflow/python/resiliency-and-compensation/resiliency-compensation.http

12 lines
336 B
HTTP

@apphost=http://localhost:5264
### Start the resiliency_and_compensation workflow
# @name startWorkflowRequest
@input=1
POST {{ apphost }}/start/{{input}}
@instanceId={{startWorkflowRequest.response.body.instance_id}}
@daprHost=http://localhost:3564
### Get the workflow status
GET {{ daprHost }}/v1.0/workflows/dapr/{{ instanceId }}