citmp2015 / flink-visual-programming

2 stars 9 forks source link

Request Parameter name and value is changed #111

Closed Fabsi110 closed 8 years ago

Fabsi110 commented 8 years ago

When calling any of the submit methods the request parameter "graph" and "action" should be submitted. Currently one parameter is submitted with the name "{"action":"deploy","graph":"{\"processes\"..." and the value "". So there two bugs here:

  1. there should be two different parameters here: "graph" and "action"
  2. the value of the parameter should not be empty but include either the action or the graph itself