D2 Lifecycle method not launching

Options

Hello!

I've developed a method which will be triggered through lifecycle state from D2.

We recently upgraded D2 to 16.4 and ever since that upgrade, this method is not getting launced.

Even though I'm able to see that the method launch is successful through docbase log, JMS doesn't show any further updates:

DO_METHOD TRACE LAUNCH: method launch: successful, user: dmuser, session id: XXXX, method: custom_method_name

I'm now wondering how to check where is this going wrong ?

Comments

  • imranganath
    edited April 1, 2019 #2
    Options

    Finally I managed to troubleshoot this, basically D2 ver. 4.5 was not needing r_object_id of the contextual object to be passed as an argument in "Extra Arguments" section, but whereas D2 Ver 16.4 apparently, seem to look for r_object_id to be passed explicitly.

    After I've passed r_object_id as an argument, I could see that the method is running and JMS log also showing that it's launched as expected.