Skip to content

Commit

Permalink
Add workflow/running/:name API endpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Maros Marsalek <mmarsalek@frinx.io>
  • Loading branch information
marosmars authored and Jozefiel committed Mar 20, 2023
1 parent 200bbad commit baa7430
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Binary file not shown.
10 changes: 9 additions & 1 deletion config/krakend/settings/workflow_proxy_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,14 @@
"method": "GET",
"url_pattern": "/event/{event}"
},
{
"endpoint": "/api/workflow/running/{workflowType}",
"method": "GET",
"url_pattern": "/workflow/running/{workflowType}",
"input_query_strings": [
"version", "startTime", "endTime"
]
},
{
"endpoint": "/api/workflow/id/{workflowId}",
"method": "GET",
Expand Down Expand Up @@ -191,4 +199,4 @@
"url_pattern": "/external/postgres/{dataId}"
}
]
}
}

0 comments on commit baa7430

Please sign in to comment.