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