Process instances are not visible in the UI. They are however available when checking the BPM_RUN_PROCESSES table in the DB.
The BPM_RUN_PROCESSES table was being updated directly through a Gel Script that had an incorrect logic in it. The INITIATED_BY column was being incorrectly updated with corrupt data.
Touching out of the box tables for UPDATE/INSERT operations through a Gel Script is not supported.