N8N API Update Workflow needs to handle Settings

Hello!

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

image

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