How to handle Settings in N8N API Update Workflow

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 tell me how I could solve this? Maybe by using a custome API call?

Hey @Lesterpaintstheworld,

Good spot it looks like we missed that, I think the most important one might be the execution order for now.

2 Likes

Yeah this would be great. For now it makes the APIs unusable imo as they default to legacy execution order.