@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 }}