Question

NJ Courts
US
Last activity: 4 Jun 2025 2:30 EDT
Is there a way to execute/call a Data Transform from a decision table?
I am currently trying call one (or more) data transforms based on a decision table. Currently I am using a utility function i have created to call the data transform in the return actions. The data transform is executing properly, however when the data transform is finished, there is a java null pointer error when rejoining to the first data transform that executed the decision table.
Step Status Info |
LegacyDecisionAspectInvokableRuleContainer.invoke-Exception Encountered a :java.lang.NullPointerException |
Exception Trace | com.pega.pegarules.pub.PRRuntimeException: LegacyDecisionAspectInvokableRuleContainer.invoke-Exception Encountered a :java.lang.NullPointerException |
Any way to do this OOTB or even with some custom functions?