Can Groovy Call Business Rules in Other Pods?
Content
Can a Groovy Business Rule call a business rule in a different pod?
We have end users that need to push data across pods and then calculate that data.
With the recent update of Data Management being able to be called by groovy, I am hoping that a user can kick off a groovy rule that will:
1) Push data from the current pod to a different pod via DM
2) Run a rule after the DM push is complete.
The rules being run have to be run on two different databases within the pod, so we cannot run the rule from Data Management (as it is restricted to running rules only in the target DB).