Closed
Solved
Dynamically calling activities
How can I call an activity from another activity dynamically based on the result of a decision table? Is there any OOTB feature available for this?
Try using function callActivity in the PegaRulesUtilities library. Call this in your When condition of your pre step and pass the activity name dynamically.