knime/knimepy

ChildProcessError when running process with Container Output Table

zunction opened this issue · 1 comments

Hi, I run into this error when I try to run wf.execute(). particularly it has this message:

FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\S11006~1\\AppData\\Local\\Temp\\tmpaz0gcomo\\output_19.json'

My workflow is simple in this form

image

I have another workflow which does not run into any issues and it looks like this:

image

Can i get some help on why this is happening?

Can you Share the workflow?