You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a workflow is imported via /v1/workflows/import, any settings included in the JSON payload are not applied.
Only the nodes are updated, leaving the existing workflow settings untouched.
To Reproduce
Have an existing workflow in n8n (e.g., ID 42) with default settings.
Prepare an export JSON that changes some settings:
Bug Description
Describe the bug
When a workflow is imported via
/v1/workflows/import
, anysettings
included in the JSON payload are not applied.Only the nodes are updated, leaving the existing workflow settings untouched.
To Reproduce
To Reproduce
settings
(e.g.timezone
)./v1/workflows/import
.settings
still unchanged.Expected behavior
unable to import workflow with setting with the n8n api
Operating System
22.04
n8n Version
1.94.1
Node.js Version
18.16.0
Database
SQLite (default)
Execution mode
main (default)
The text was updated successfully, but these errors were encountered: