@apphost=http://localhost:5257 ### Start the monitor workflow # @name startWorkflowRequest @counter=0 POST {{ apphost }}/start/{{counter}} ### Get the workflow status @instanceId={{startWorkflowRequest.response.body.instance_id}} @daprHost=http://localhost:3557 GET {{ daprHost }}/v1.0/workflows/dapr/{{ instanceId }}