diff --git a/infrastructure/backend_api.py b/infrastructure/backend_api.py index 09fa905e..0f8974f9 100644 --- a/infrastructure/backend_api.py +++ b/infrastructure/backend_api.py @@ -2999,7 +2999,11 @@ def generate_seccomp_profile(self, body: dict): def get_workflows(self, body=None, **kwargs): url = API_WORKFLOWS + "/list" if body is None: - body = {"pageSize": 150, "pageNum": 1} + body = { + "pageSize": 150, + "pageNum": 1, + "orderBy": "updatedTime:desc" + } params = {"customerGUID": self.selected_tenant_id} if kwargs: