Question

HCLTech
IN
Last activity: 2 Jul 2025 8:17 EDT
how to launch a URL by passing POST method parameters to it in PEGA infinity 24.2 version
Hi everyone,
Business Requirement: Need to launch URL by passing POST method parameters on click of button or link in PEGA constellation 24.2 version.
In earlier versions, we used to implement this using open url in new window option by following approach mentioned in below article.
refer to (How can we launch a URL & pass parameters using HTTP POST instead of as query params in Pega PRPC 6.2 sp2 | Support Center)
step 1) Create HTML rule -> in this have a logic to create a form to hold post method parameters, url and then submit this form using java script
step 2) Create activity and call above HTML using Show-HTML method
step 3) call the activity in open url in new window action
In PEGA infinity constellation 24.2 - I was able to achieve step 1,2 but there is no option to call the activity in constellation UI. when i run the activity in standalone manner in dev studio, i am able to launch the url in new window properly.
so how to call this activity on click of button or link in constellation ui so that url can be launched in new window with passed post method parameters.
On running activity rule specified in attached code snippet doc file in standalone manner able to launch window with url specified. But no option to call this activity on click of button or link in constellation UI.
So please share possible solutions/workarounds to achieve this in constellation UI 24.2