Skip to content

Commit

Permalink
Update workflow_proxy_settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozefiel committed Jul 14, 2023
1 parent f16c868 commit 8fb1b9a
Showing 1 changed file with 7 additions and 28 deletions.
35 changes: 7 additions & 28 deletions config/krakend/settings/workflow_proxy_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,16 @@
"method": "GET",
"url_pattern": "/event/{event}"
},
{
"endpoint": "/api/workflow/running/{workflowType}",
{
"endpoint": "/api/workflow/running/{workflowType}",
"method": "GET",
"url_pattern": "/workflow/running/{workflowType}",
"input_query_strings": [
"version", "startTime", "endTime"
"version",
"startTime",
"endTime"
]
},
},
{
"endpoint": "/api/workflow/id/{workflowId}",
"method": "GET",
Expand Down Expand Up @@ -197,29 +199,6 @@
"endpoint": "/api/workflow/external/postgres/{dataId}",
"method": "GET",
"url_pattern": "/external/postgres/{dataId}"
},
{
"endpoint": "/api/workflow/running/{workflowType}",
"method": "GET",
"url_pattern": "/workflow/running/{workflowType}",
"input_query_strings": [
"version",
"startTime",
"endTime"
]
},
{
"endpoint": "/api/workflow/path/{workflowId}",
"method": "GET",
"url_pattern": "/workflow/path/{workflowId}"
},
{
"endpoint": "/api/workflow/family/{workflowId}",
"method": "GET",
"url_pattern": "/workflow/family/{workflowId}",
"input_query_strings": [
"summaryOnly"
]
}
}
]
}

0 comments on commit 8fb1b9a

Please sign in to comment.