Hello, we’re seeing the following error when running a workflow on the server that we are not seeing in our local development.
Here is the server error from the attached workflow which isolates the few nodes that are interacting to cause the error at the Create Temp Folder node
Workflows <>: Could not load workflow <server-path>: Errors loading workflow 'Temp folder test': Status: Error: Temp folder test 3 loaded with errors
Status: Error: Temp folder test 3
Status: Error: Create Temp Folder 3:332
Status: Error: Loading model settings failed: Config for key "filter_mode" not found.
Temp folder test.knar.knwf (9.5 KB)
In the proper workflow, the error message is slightly different. The nodes are still similar enough, where a table-row-to-variable node is ahead of the create temp folder node:
There are messages for workflow "workflow_name"
Create Temp Folder 0:332 - WARNING: Errors loading flow variables
into node : Config for key "filter_mode" not found.
I’ve tried to inspect the flow variables and I don’t see a “filter_mode” value in any of the configuration dialogues for either of the nodes.
I hope someone can help. Thanks in advance!