Geen omschrijving

workflowresults.sh 1.0KB

123456789101112131415161718192021222324
  1. #curl -X POST -H "Content-Type: application/json" localhost:5001/api/v1/workflows/3d14ca4a-67bd-8dfb-2673-2864f1ccf59c/execute -d '{"workflow_id": "3d14ca4a-67bd-8dfb-2673-2864f1ccf59c", "execution_id": "eaaa8d19-a761-12b8-cac2-f34eb50c3711"}'
  2. curl -X POST -H "Content-Type: application/json" https://shuffle-241517.appspot.com/api/v1/workflows/3d14ca4a-67bd-8dfb-2673-2864f1ccf59c/execute -d '{"workflow_id": "3d14ca4a-67bd-8dfb-2673-2864f1ccf59c", "execution_id": "eaaa8d19-a761-12b8-cac2-f34eb50c3711"}'
  3. #curl -X POST http://localhost:5001/api/v1/workflows/streams -H "Content-Type: application/json" \
  4. # -d '{"execution_id": "eaaa8d19-a761-12b8-cac2-f34eb50c3711",
  5. # "result": "hello_result",
  6. # "started_at": 1562309342,
  7. # "authorization": "afcc298d-c6c2-4b0d-8221-1603b44d072d",
  8. # "status": "ABORTED",
  9. # "action": {
  10. # "app_name": "hi",
  11. # "app_version": "ho",
  12. # "id_": "this_is_an_id",
  13. # "label": "wut",
  14. # "name": "stream_testing",
  15. # "parameters": [],
  16. # "position": {
  17. # "x": 100,
  18. # "y": 100
  19. # },
  20. # "priority": 1
  21. # }}'