Skip to content

Commit 0c90c7c

Browse files
authored
fix(API): Accept settings.executionOrder in workflow creation (#9072)
1 parent ae3f164 commit 0c90c7c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/cli/src/PublicApi/v1/handlers/workflows/spec/schemas/workflowSettings.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,6 @@ properties:
2222
timezone:
2323
type: string
2424
example: America/New_York
25+
executionOrder:
26+
type: string
27+
example: v1

packages/cli/test/integration/publicApi/workflows.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,7 @@ describe('POST /workflows', () => {
696696
saveDataSuccessExecution: 'all',
697697
executionTimeout: 3600,
698698
timezone: 'America/New_York',
699+
executionOrder: 'v1',
699700
},
700701
};
701702

0 commit comments

Comments
 (0)