How can we check if any errors occurred during the workflow execution? How are errors handled?
All the errors during runtime are handled by the engine. In case of database failure, the engine tries to make repeated attempts at a certain interval, to access the database. All the errors are logged to a log file. The errors can also be viewed using the SkeltaLoggerConsole. The SkeltaLoggerConsole can be used to easily monitor the activities of the engine, and all the errors, warnings and information are classified and logged to the log files and the application event log.