I’m having a workflow that is set to “Save successfull production executions” to “Do not save”.
In that workflow I’m executing another workflow that only works if the SUB-Workflows setting for “Save successfull production executions” is set to “Save”. If the mode (Run Subtask - Create Docx) is switched to “Do not save” I get the error:
I didn’t see any issues with switching from Save to Do Not Save.
The error you’re getting is indicating a problem with some binary data processing in your subworkflow.
Can you share that workflow here so we can see what could be the cause of that error?
Tip for sharing your workflow in the forum
Pasting your n8n workflow
Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
Make sure that you’ve removed any sensitive information from your workflow and include dummy data or pinned data as much as you can!
looks like i configured my instance with an outdated verision of the documenation. Somehow I did not see that queue mode is not working with binary mode set to filesystem.
I think the problem is that if the worker is running on another host then filesystem won’t work that easy.