Hi Harsha, I think we have a OOTB query monitoring jssp page (if you
have installed the acx package).
https:///acx/queryMonitor.jssp which will give a update of
the workflows that are currently running with the PID attached for the
same. Hope this helps. Thanks,Adithya
So this vars.FinalFile is a variable defined in your js which is before
the file collector activity and this I presume is a hard coded value or
coming in from external signal, so make this variable to include * in
the js code
Hi Greeshma, What is the filtering condition given... If it is based on
the vars. then change the variable to include * after the
common parameters. Hope that helps.
Hi Buster, sorry i might be confusing you , you might be searching this
element in delivery schema, but this actually belongs to
nms:deliveryOperation schema, and you might have to pull this field from
here.
Hi , Thanks for the inputs and yes we tried the same but the URL is
timing out and not hitting the server. But with https we are not getting
Authorization but we are able to fetch details for Accept-Language.
Thanks,Adithya
Hi Team, We are trying to pull the authorization data that we are
sending as a header in postman and the endpoint URL is AC jssp link
(which is dynamic server page). this JSSP page we have created in Adobe
campaign.But not able to request this header parameter from the
request.getHeader. Rather we are able to get the data for the
Accept-Language which we have given as EN as shown above in postman
through the getRequest in Adobe Campaign. Requesting for an help in here
on how can we request the a...