1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-20 01:19:07 +03:00

fix(API): Accept settings.executionOrder in workflow creation (#9072)

This commit is contained in:
Iván Ovejero 2024-04-05 17:49:14 +02:00 committed by GitHub
parent ae3f164c5c
commit 0c90c7c8c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -22,3 +22,6 @@ properties:
timezone:
type: string
example: America/New_York
executionOrder:
type: string
example: v1

View File

@ -696,6 +696,7 @@ describe('POST /workflows', () => {
saveDataSuccessExecution: 'all',
executionTimeout: 3600,
timezone: 'America/New_York',
executionOrder: 'v1',
},
};