<div dir="ltr"><span style="font-size:12.8px">Hi All,</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I have a VM running mistral api server at port 8989 on it. I was trying out the API's. I was able to do </div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Request : </div><div style="font-size:12.8px">[GET] <a href="http://192.168.56.103:8989/v2/executions">192.168.56.103:8989/v2/executions</a></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Response :</div><div style="font-size:12.8px"><div style="font-size:12.8px">{</div><div style="font-size:12.8px">  "executions": [</div><div style="font-size:12.8px">    {</div><div style="font-size:12.8px">      "state_info": null,</div><div style="font-size:12.8px">      "created_at": "2017-04-17 08:34:39",</div><div style="font-size:12.8px">      "description": "",</div><div style="font-size:12.8px">      "state": "SUCCESS",</div><div style="font-size:12.8px">      "workflow_name": "my_workflow",</div><div style="font-size:12.8px">      "task_execution_id": null,</div><div style="font-size:12.8px">      "updated_at": "2017-04-17 08:34:40",</div><div style="font-size:12.8px">      "workflow_id": "8104b38b-a493-4b75-b6c5-02f7d7cbe3ba",</div><div style="font-size:12.8px">      "params": "{}",</div><div style="font-size:12.8px">      "input": "{\"names\": [\"John\", \"Mistral\", \"Ivan\", \"Crystal\"]}",</div><div style="font-size:12.8px">      "id": "ecec10fe-3b7c-4d45-b83d-3f5d9f25fe93"</div><div style="font-size:12.8px">    },</div><div style="font-size:12.8px">    {</div><div style="font-size:12.8px">      "state_info": null,</div><div style="font-size:12.8px">      "created_at": "2017-04-17 08:40:12",</div><div style="font-size:12.8px">      "description": "",</div><div style="font-size:12.8px">      "state": "SUCCESS",</div><div style="font-size:12.8px">      "workflow_name": "my_workflow",</div><div style="font-size:12.8px">      "task_execution_id": null,</div><div style="font-size:12.8px">      "updated_at": "2017-04-17 08:40:14",</div><div style="font-size:12.8px">      "workflow_id": "8104b38b-a493-4b75-b6c5-02f7d7cbe3ba",</div><div style="font-size:12.8px">      "params": "{}",</div><div style="font-size:12.8px">      "input": "{\"names\": [\"John\", \"Mistral\", \"Ivan\", \"Crystal\"]}",</div><div style="font-size:12.8px">      "id": "d01db85d-d627-4a84-b006-a138ec29f207"</div><div style="font-size:12.8px">    },</div><div style="font-size:12.8px">    {</div><div style="font-size:12.8px">      "state_info": null,</div><div style="font-size:12.8px">      "created_at": "2017-05-29 08:35:04",</div><div style="font-size:12.8px">      "description": "",</div><div style="font-size:12.8px">      "state": "SUCCESS",</div><div style="font-size:12.8px">      "workflow_name": "my_workflow",</div><div style="font-size:12.8px">      "task_execution_id": null,</div><div style="font-size:12.8px">      "updated_at": "2017-05-29 08:35:07",</div><div style="font-size:12.8px">      "workflow_id": "8104b38b-a493-4b75-b6c5-02f7d7cbe3ba",</div><div style="font-size:12.8px">      "params": "{}",</div><div style="font-size:12.8px">      "input": "{\"names\": [\"John\", \"Mistral\", \"Ivan\", \"Crystal\"]}",</div><div style="font-size:12.8px">      "id": "389247d6-c9be-40b7-a19b-0c47adaffbc6"</div><div style="font-size:12.8px">    }</div><div style="font-size:12.8px">  ]</div><div style="font-size:12.8px">}</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Now, I wanted to do [POST] <a href="http://192.168.56.103:8989/v2/executions">192.168.56.103:8989/v2/executions</a>.</div><div style="font-size:12.8px"><img src="cid:ii_j3b1ue3t0_15c578faf2304a09" width="544" height="122"><br><br></div><div style="font-size:12.8px">I don't know what wf_ex parameter is. Can someone suggest me with the sample POST body for the above API?​<br></div></div><div style="font-size:12.8px"><br clear="all"><div><div class="gmail-m_-3149528996510621439gmail_signature"><div dir="ltr"><br></div><div>Cheers,</div><div dir="ltr">Sameer</div></div></div></div>
</div>