Skip to content

Commit

Permalink
fix(API): Accept settings.executionOrder in workflow creation (#9072)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov committed Apr 5, 2024
1 parent ae3f164 commit 0c90c7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Expand Up @@ -22,3 +22,6 @@ properties:
timezone:
type: string
example: America/New_York
executionOrder:
type: string
example: v1
1 change: 1 addition & 0 deletions packages/cli/test/integration/publicApi/workflows.test.ts
Expand Up @@ -696,6 +696,7 @@ describe('POST /workflows', () => {
saveDataSuccessExecution: 'all',
executionTimeout: 3600,
timezone: 'America/New_York',
executionOrder: 'v1',
},
};

Expand Down

0 comments on commit 0c90c7c

Please sign in to comment.