Comment 1 for bug 1711423

Revision history for this message
Hardik Jasani (hjasani) wrote :

Not reproducible. Server with auth_enable=false. Marking as Invalid.

curl -s --request POST --url http://localhost:8989/v2/executions --header 'content-type: application/json' --data '{"workflow_name": "wfx1", "description": null}' | jq

{
  "root_execution_id": null,
  "state_info": null,
  "description": null,
  "state": "RUNNING",
  "workflow_name": "wfx1",
  "task_execution_id": null,
  "updated_at": "2018-03-28 08:58:20",
  "workflow_id": "f97584fa-6bd9-4911-beb0-1fd2c4dbc6d4",
  "params": "{\"namespace\": \"\"}",
  "workflow_namespace": "",
  "output": "{}",
  "input": "{}",
  "created_at": "2018-03-28 08:58:20",
  "project_id": "<default-project>",
  "id": "67017220-edb7-4508-b884-160441054e0c"
}