Question
IBM
CN
Last activity: 29 Oct 2024 23:39 EDT
can not pass param btw two data transforms in diff branches
can not pass param btw two data transforms in diff branches
Data transform A in branch BA call Data transform B in branch BB
A can access B however param can not pass to B, inside B we can the received param is empty.
If I move A to branch BB, issue solved.
May I know why?
-
Reply
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Updated: 29 Oct 2024 23:39 EDT
IBM
CN
ok, seems you did not reproduce the problem. Is your calling data transform is in another branch than B and also a new rule (seems I missing to mention this point) ?
If so, then let it be, anyway it just impact testing. I can by pass by copy all DT to one branch to test.
Pegasystems Inc.
CA
I just verified, and it works as expected. I am able to pass the parameter to DataTransform B from DataTransform A, though it was in different branches.
Could you please ensure the parameter page is passed to Data Transform B(attached screenshot for your reference)?
IBM
CN
a fact is missing in my 1st message:
Data transform B in branch BB is a NEW created rule that not exist in any ruleset before, so it's not checked out from existing rules, it's a new rule.
Could you try like this?
BTW, i do not select the pass param page check box as it's not a necessary for passing param.
I just put a value in param field, which works fine in same branch.
Maantic Inc
IN
Even if its a new rule, it should work. You need to checkin the new rule at least once so that the old DT can access the new rule.
Pegasystems Inc.
CA
I created Data transform B in branch BB as a new rule, which works as expected. I was able to pass the parameter, and I was able to confirm in the tracer.
Accepted Solution
Updated: 29 Oct 2024 23:39 EDT
IBM
CN
ok, seems you did not reproduce the problem. Is your calling data transform is in another branch than B and also a new rule (seems I missing to mention this point) ?
If so, then let it be, anyway it just impact testing. I can by pass by copy all DT to one branch to test.