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
Hi all, I have 2 differents behaviour in edit mode and in production mode.
I have this simple workflow to reproduce the issue :
The subworkflow has tome inputs defined so as to work with them.
And I pass theme from my main workflow :
IMPORTANT: there is a node between my sub workflow and the source from where I retrieve the datas I pass.
In EDIT mode :
The dats are correctly sent to the subworkflow.
In production:
It does not care about the inputs I defined and their values, instead it takes the data returned by the previous node (here y set node).
The quick fix (but very enoyong), si to insert a set with the formated data before each sub workflow. But I think it's a bug becose it works correctly in edit mode.
PS: I don't know the node version, I'm using the docker hub version n railway.
The expected behavior is for the sub workflow to get the inputs defined instead of always the datas returned by the prevous node.
To behave like the edit mode.
Operating System
Ubuntu
n8n Version
1.76.1
Node.js Version
no idea
Database
PostgreSQL
Execution mode
queue
The text was updated successfully, but these errors were encountered:
Bug Description
Hi all, I have 2 differents behaviour in edit mode and in production mode.
I have this simple workflow to reproduce the issue :
The subworkflow has tome inputs defined so as to work with them.
And I pass theme from my main workflow :
IMPORTANT: there is a node between my sub workflow and the source from where I retrieve the datas I pass.
In EDIT mode :
The dats are correctly sent to the subworkflow.
In production:
It does not care about the inputs I defined and their values, instead it takes the data returned by the previous node (here y set node).
The quick fix (but very enoyong), si to insert a set with the formated data before each sub workflow. But I think it's a bug becose it works correctly in edit mode.
PS: I don't know the node version, I'm using the docker hub version n railway.
To Reproduce
My main workflow :
main_workflow.json
The sub workflow :
sub_workflow.json
Expected behavior
The expected behavior is for the sub workflow to get the inputs defined instead of always the datas returned by the prevous node.
To behave like the edit mode.
Operating System
Ubuntu
n8n Version
1.76.1
Node.js Version
no idea
Database
PostgreSQL
Execution mode
queue
The text was updated successfully, but these errors were encountered: