Question
BlueRose Technologies
AU
Last activity: 26 Aug 2020 8:41 EDT
How to refer a java variable from one step in other (child level) in an activity?
Hi All,
I have referred a java code to zip archive. I've copied this and pasted in step 4.6. I want to refer the variables declared in 4.6 in step 6. Is this possible?
I thought it was scope issue and tried declaring the variables in step 3 but in vain as it is still throwing a compilation error (xyz variable cannot be resolved).
I've also tried declaring the variable as local variables of type "Object" but it is not casting to it's original type and taking as "Object" type only.
Can somebody help me on this? PFA doc for design screenshots.
Thanks in advance.