Fixing workflow node run errors
To fix an error of a workflow node run:
- On the Workflow tab of your project, open the Events tab.
- Find the node running event at which an error occurred. The event will have the following message:
Node was failed by internal reason.
Please check Logs tab for details.
- Check the details on the Log tab.
- Click Run Visual Studio Code.
- Open and correct the file that is run of the node the run of which failed.
- Run the node again.