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