Does ElectroNeek have a debug mode?
Yes, a workflow can be run in the debug mode.
What debug options does ElectroNeek have?
ElectroNeek can perform step into, step out, step over operations that are available in the majority of popular IDEs.
Can ElectroNeek catch and process exceptions?
Yes, every block has the red port which "catches" an exception. If there is a branch coming out of this port, then the corresponding actions will be performed. This behavior is similar to the try-catch operator in programming.
Does ElectroNeek have a centralized exception handling mechanism?
No, ElectroNeek does not provide such a mechanism.
What kind of logs does Bot Runner write automatically?
The only log Bot Runner writes automatically relates to the latest execution of a bot. This log file can be found at
C:\Users\<User>\electroNeek\logs\electroneek_last_launch.log
Additionally, we have added a new auto logging feature for every step of execution process. It can be enabled in "Settings" → "Performance" menu.
What kind of logs does Studio Pro write automatically?
Studio Pro automatically writes logs for exceptions, for the console output, and for the latest execution. All these logs are located at
C:\Users\<User>\electroNeek\logs
Additionally, we have added a new auto logging feature for every step of execution process. You can enable it in "Settings" → "Execution" menu.
Does Orchestrator have logs?
Yes, every workflow execution is logged and can be found on the “Activity logs” tab on the page specific to the workflow. These logs contain information about when the bot was started, when the bot was finished, and if there was an error during the execution.
To obtain logs in real-time using Orchestrator SaaS, check this article.
Is ElectroNeek integrated with a version control system?
No, there’s no integration with a version control system. At the same time, it doesn’t mean that such a system can’t be used to work with ElectroNeek files.