Unable to change Timer Execution date

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

Hi Dibyajut,

the procedure is correct:

1 - Call the rest api to get the timer event

2 - do a rest put call to update the instance date

I just did a test and it works. 

I suggest you to try with a simple example in order to better focus on the problem.

Cheers

Thank you.
I will try the same and update here if i am successful.