TRIGGER_STATE changes to ERROR in QRTZ_TRIGGERS database table.
Hi,
I have developed an application to schedule processes. I am using QUARTZ triggers to do it.
I am using the database to store job details and trigger states.
for some of the triggers in QRTZ_TRIGGERS table, the TRIGGER_STATE attribute automatically turns to ERROR.
How can i solve this problem?
Is there a way to automatically change this state to WAITING when TRIGGER_STATE is ERROR?
please help..