regarding issues with display of pipeline variables on designer w.r.t sequence steps

hi all,

this is regarding issues with display of pipeline variables on designer w.r.t sequence steps

below code snippet

map (set variable a=2)
seq (main, exit on success)
seq(try(exit on failure))
map (set var x=3)
seq(catch(exit on done))
?? (in the pipeline i MUST see only the variable a, but in designer i still see the variable from try sequence i.e i can see the variable x=3

i’m using wm9.6

any help is appreciated

thanks and regards
ajay kumar kasam

Hi Ajay,

which Fixes to Designer and IS are applied?

Maybe this is related to the issue where some variables are missing in the subsequent map steps inside a sequence.

But even if this sounds an odd behaviour this already happened in old Developer versions.
You have to make sure not to use these variables where they should not exist.
This has something to do with scoping.

Regards,
Holger

Ajay – The variable issue is a Designer bug. Please make sure you have latest fixes on it.

Thanks,