This is a 7.x installation, correct? (This situation has been fixed in 8.x) The quick answer is: yes, you can safely delete all records from this table to save space.
If you’d like to regularly purge older events you can use the following SQL
DELETE FROM TBLEVENT WHERE QUEUETIME < (epoch time in milliseconds)
and choose an appropriate epoch time.
Regards,
–mark
#webMethods#MWS-CAF-Task-Engine#webMethods-BPMS