mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-09-26 11:50:44 +02:00
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:
@@ -25,6 +25,7 @@ export declare namespace WorkflowRequest {
|
||||
meta: Record<string, unknown>;
|
||||
projectId: string;
|
||||
parentFolderId?: string;
|
||||
uiContext?: string;
|
||||
}>;
|
||||
|
||||
type ManualRunPayload = {
|
||||
|
||||
Reference in New Issue
Block a user