mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix(API): Accept settings.executionOrder in workflow creation (#9072)
This commit is contained in:
@@ -22,3 +22,6 @@ properties:
|
|||||||
timezone:
|
timezone:
|
||||||
type: string
|
type: string
|
||||||
example: America/New_York
|
example: America/New_York
|
||||||
|
executionOrder:
|
||||||
|
type: string
|
||||||
|
example: v1
|
||||||
|
|||||||
@@ -696,6 +696,7 @@ describe('POST /workflows', () => {
|
|||||||
saveDataSuccessExecution: 'all',
|
saveDataSuccessExecution: 'all',
|
||||||
executionTimeout: 3600,
|
executionTimeout: 3600,
|
||||||
timezone: 'America/New_York',
|
timezone: 'America/New_York',
|
||||||
|
executionOrder: 'v1',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user