Hello
I tried to change the execution date for a Timer. But after changing the value , the timer is still not executing.
I used /bonita/API/bpm/timerEventTrigger?caseId={{caseId}}&p=0&c=10& to find out the eventInstanceId
then I updated the EVENT_TRIGGER_INSTANCE set EXECUTIONDATE = 1615140000000 WHERE EVENTINSTANCEID = 108344544;
But after changing the value still timer is not firing . I am using GMT time and date as reference. My Timezone is GMT +3.
I calculated based on GTM +3 and converted the value in miliseconds and updated the database.
But still the timer is not working.
Please suggest how to trigger this task.
Regards