fix(core): Add optional context parameter to track creation source for workflows, credentials, and projects (#18736)

Co-authored-by: r00gm <raul00gm@gmail.com>
This commit is contained in:
Csaba Tuncsik
2025-08-27 10:50:53 +02:00
committed by GitHub
parent e665cbf278
commit 98bde4f478
20 changed files with 173 additions and 22 deletions

View File

@@ -218,6 +218,7 @@ export class WorkflowsController {
publicApi: false,
projectId: project!.id,
projectType: project!.type,
uiContext: req.body.uiContext,
});
const scopes = await this.workflowService.getWorkflowScopes(req.user, savedWorkflow.id);