Error capture - passing to error handlers

Errors that occur during workflow execution are logged in the Server journal. This can be either a local SQLite database or an external ODBC database.

If your software supports database connectivity, you can periodically poll for new entries in such a database and configure rules to handle errors when they occur.

If it doesn’t support database connectivity, you can create a project that periodically queries this table and exports the data into a supported format.

Check the Server journal section in the EasyMorph Server Administrator Guide for more details.