Hello!
Using the N8N API node, “Create” or “Update” does not support the settings “callerPolicy”, “executionOrder” and many more.

This means anytime we use this node, the “executionOrder” is set to v0, which in practice make this not unusable.
Documentation: API reference | n8n Docs
Could you please update this asap?
Many thanks
I figured it out!
Updated the workflow settings in PgSQL direcly.
Here’s my code:
1 Like
Here’s another variation of the same thing:
Hep @devs is there any news on this front ?
Calling POSTgresSQL is not a great solution at all…
n8n API UPDATE workflow with :
"settings": {
"callerPolicy": "any"
}