Question
Excellus Blue Cross Blue Shield
US
Last activity: 25 Mar 2022 11:10 EDT
Pega CDH: Finalization activity needs to access output template
Hello everyone! I have a story which requires me to summarize data on one of the actual files created by a run of our pega marketing (cdh) scheduler. I am able to add a finalization activity on the data set rule. And I've confirmed it is working by sending myself an email from it. However, I need to know the page and properties to use to access the file or possibly a way to loop through all the data within the file. I looked at a few of the other activities. More specifically, I started with FTPSample. I was using the TemplateRule page and the .FilePath and .FilePath properties to no avail. But I've also looked at many more and am still looking) that are already there ootb, but have not had any success with these. All I've tried to do is write the file name to a string and email it to myself. Has anyone done anything like this before? If we can't do it at finalization, we can take another approach outside of pega...however this is not ideal for our long-term staff to maintain. We prefer it happen in pega.
Hello everyone! I have a story which requires me to summarize data on one of the actual files created by a run of our pega marketing (cdh) scheduler. I am able to add a finalization activity on the data set rule. And I've confirmed it is working by sending myself an email from it. However, I need to know the page and properties to use to access the file or possibly a way to loop through all the data within the file. I looked at a few of the other activities. More specifically, I started with FTPSample. I was using the TemplateRule page and the .FilePath and .FilePath properties to no avail. But I've also looked at many more and am still looking) that are already there ootb, but have not had any success with these. All I've tried to do is write the file name to a string and email it to myself. Has anyone done anything like this before? If we can't do it at finalization, we can take another approach outside of pega...however this is not ideal for our long-term staff to maintain. We prefer it happen in pega. This activity is still in development and I realize a java step as shown below is silly. Believe me, it will be doing something more meaningful later but for now I want to get the fully qualified file name of the file we're finalizing. I'm just working on a proof of concept and not requesting a full-fledged code review here :)