Can we pass page as parameter in Queue-For-Processing Activity

Hi,

We are calling a activity using ‘Queue-For-Processing’ method, and passing ‘IHSupportingInfoPg’ page as param, but this is not happening. We tracked and the page not being passed as parameter and showing empty.

What could be the reason and is this allowed? Please suggest.

Thank you in advance!

Impage below:

Hi @GOPESH SAHA,

In the activity, please select data type as a page in parameters tab to pass the page as a parameter.

Please check below image for your reference.

Regards,

Mohd Qizer Uddin

Yes @GOPESH SAHA you can pass the page in activity.
To do this just check this step.

  • Inside parameter tab change the data type = “String”.

@GOPESH SAHA

On a step before, you have to set the parameters on a page e.g. QPPage, which should be defined in Pages & Classes where the class should be class of the activity being called in the queue processor. The activity in the queue processor should have those parameters defined in its Parameters tab.