Access DataFlow internal properties
Hi, I have designed a DataFlow (DF) which basically filters data from different sources and executes and activity (INTACT) as final step.
The DataFlow is executed from an external dedicated activity (EXTACT), via the API pxRunDDFWithProgressPage.
I will use the tags above DF, INTACT, EXTACT for sake of clarity.
I would like to pass some properties/parameters to the INTACT activity in the DataFlow from the EXTACT one, which is starting the DataFlow itself. I tried to set them on the Option page but, even if data is present on the clipboard of the dataflow, the INTACT activity can't access it. I tried first with the pyWorkPage.pyOptions page and then with the Option Clipboard page, but it doesn't work.
I am aware that the issue is the different context and requestor of EXTACT on a part, and DF AND INACT on the other run. I am just wondering if there is no way to access any property of the DataFlow Workitem, such as, for example, the pyID of the Pega-DM-DDF-Work class instance from the INTACT activity.
Thanks in advance to who can help me!
Filippo