Binary data not taken by subworkflow

Describe the problem/error/question

I’ve just update to n8n 1.74.1 but I have an issue with one of my workflow that works well before. Since the update, when I give as input a json AND a binary data to a subworkflow the subworkflow takes only the JSON.

Parent WF where we can see execution id 166638343 in URL :

Sub WF with no binary input

What is the error message (if any)?

No binary in the subworkflow

Information on your n8n setup

  • **n8n version:**1.74.1
  • **Database (default: SQLite):**Postgres
  • **n8n EXECUTIONS_PROCESS setting (default: own, main):**default
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):**Docker
  • **Operating system:**Redhat

No one else get this problem ? It’s not happening all the time but some of my workflows doesn’t work because the binary is not present in subworkflow.

Hey @Kent1 , please, upgrade to the latest version, 1.74.3. The bug should have been fixed now.