IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

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

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

    Posted Mon November 02, 2015 08:37 AM

    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


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 2.  RE: regarding issues with display of pipeline variables on designer w.r.t sequence steps

    Posted Mon November 02, 2015 11:01 AM

    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


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 3.  RE: regarding issues with display of pipeline variables on designer w.r.t sequence steps

    Posted Mon November 02, 2015 03:27 PM

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

    Thanks,


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services