Acitivity called from Pega IAC not working as expected
In Pega gateway console, during Gadget setup, an activity is called by using openWorkByURL and passing query URL. This activity has a When condition based on the parameter passed to the activity. Parameter is pzInsKey of a work object. The When condition is failing always because the parameter is not picked up by the activity. So, exception handling step of the activity is getting executed.
So, the problem is connection is established, authentication is also successful but activity behavior is not as expected. Any solution for this?