Details
-
New Feature
-
Resolution: Fixed
-
Normal
-
None
-
None
-
None
Description
Endpoint: http://localhost:9093/workflows/636971ee-133b-41bd-8089-81a7e1811e53/executions
we need the DW api to be able to do the following:
Filter executions by workflow (check if user has access to the workflow?)
Filter by user id
Sort descending (newest first) and ability to change ordering
apply pagination (pagenumber and size)
This will be useful for covercrop tool where we show the runs to the user. It will improve the performance so it's frontend can only fetch paginated results directly and not fetch everything and then apply pagination.