mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
feat: Add onboarding flow (#7212)
Github issue / Community forum post (link here to close automatically):
This commit is contained in:
@@ -1816,6 +1816,10 @@ export interface IWorkflowSettings {
|
||||
executionOrder?: 'v0' | 'v1';
|
||||
}
|
||||
|
||||
export interface WorkflowFEMeta {
|
||||
onboardingId?: string;
|
||||
}
|
||||
|
||||
export interface WorkflowTestData {
|
||||
description: string;
|
||||
input: {
|
||||
|
||||
Reference in New Issue
Block a user