Without knowing your flow, one suggestion I have is that you write the data to /tmp and use the data you need from the workflow that returned data from tmp
What I believe happened: I ran 3 DALL-E image generation steps with returning the image as Base64 Json. That’s what was executing when the warning popped up. I have since switched back to a url and turned off data retention, which isn’t ideal.
@U06E5V9KHQU I am unfamiliar with running /tmp. I am running 26 steps in the workflow, of which 13 are Openai calls
There are also components like those from GDrive that you can specify /tmp as the path, and then you can use another GDrive component to download those files from tmp.
I need a better solution, long term. I never realized this was a limitation. I have 7 fairly robust workflows in this folder. Now I am concerned about this being a logging issue