Activity to truncate Data Set of type Decision Data Store
For the rule type RULE-DECISION-DATASET, from the rule form I can use the menu Run option and Truncate the data set or delete specific records by key.
How can I do the same using an activity?
When executed from the rule Run menu, the below activity is executed on the RuleToRun page.
CL -> Rule-Decision-DataSet
ID -> pyTestExecute
RS -> Pega-DecisionArchitect:07-10-15
However, customizing the above activity is not straight forward.
Is there another/wrapper activity that will take Data Set name and the Operation type and do the job?
The goal is to be able to loop through several given data set list and truncate, without having to manually open each rule form and use the Run menu option