feat(core): Introduce new query string parameter includeFolders to GET /workflows endpoint (no-changelog) (#13352)

This commit is contained in:
Ricardo Espinoza
2025-02-21 13:54:15 -05:00
committed by GitHub
parent 243042f217
commit c3f111275b
12 changed files with 1171 additions and 101 deletions

View File

@@ -212,6 +212,7 @@ export class WorkflowsController {
req.user,
req.listQueryOptions,
!!req.query.includeScopes,
!!req.query.includeFolders,
);
res.json({ count, data });