Failed To Transfer Parameter Values From One Atomic Action To Another Within Same Service Action
(Doc ID 2222786.1)
Last updated on JULY 15, 2022
Applies to:
Oracle Communications Design Studio - Version 7.3.0.0.0 and laterInformation in this document applies to any platform.
Goal
We added parameters to an atomic action (ASDL) but there is no way to obtain them in the next atomic action through action processors.
Action Processor #1: Show_client_associated_sitesVerification_vllProcessor
for (int i = 0; i < ReusoEquipo.length; i++) {
output.addGlobalParameter("ReusoEquipo"+i, ReusoEquipo[i]);
}
Action Processor #2: Show_service_portVerification_vllProcessor
logger.logDebug("ReusoEquipo1:"+output.getGlobalParameter("ReusoEquipo1");
: (DEBUG) ReusoEquipo1: null
Note that everything is located inside a single service action.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |