-
We are using the example workflow node server and are working on making the workflow example run as a VS Code extension just like the task list example. We have made a workflow client following the task list project template by copying the We started the server and the client successfully but when we try to open
There does not seem to be any causal error logged. Is there any way for us to know why it can't load the model file? This is on macOS. Our workflow node server is using version |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
FYI if we try to move to the very latest |
Beta Was this translation helpful? Give feedback.
-
I found the causal error in the debugger. It can't find the file at the path |
Beta Was this translation helpful? Give feedback.
-
The
We updated to the latest |
Beta Was this translation helpful? Give feedback.
-
It appears that we were using old code for the |
Beta Was this translation helpful? Give feedback.
It appears that we were using old code for the
workflow-server
. After updating it as well as the package.json we got past this error.