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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Empty or Dummy Map Step

    Posted 08/08/17 10:57 AM

    In our wm flow services, there are a lot of empty or dummy map step that are not doing anything. There is no tranformation, no link pipe in and pipe out. What could be the purpose of these empty map steps? Thank you for your help!


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


  • 2.  RE: Empty or Dummy Map Step

    Posted 08/08/17 11:11 AM

    Hi Franky,

    are there any variables being dropped or set to define values?

    Sometimes empty Map Steps are used to structure branches to mark certain pathes as empty.
    You should comment these Map Steps accordingly.

    Regards,
    Holger


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


  • 3.  RE: Empty or Dummy Map Step

    Posted 08/08/17 12:20 PM

    Thank you so much for your help, Holger.

    Could you explain a little bit more on "Sometimes empty Map Steps are used to structure branches to mark certain pathes as empty. "? I don’t think I understand how it works.


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


  • 4.  RE: Empty or Dummy Map Step

    Posted 08/08/17 12:30 PM

    Hi Franky,

    when a branch is used as an “if”- or “case”- structure, there are sometimes conditions where there is nothing to do at all.
    To make this clear to other developers we are adding empty map steps there and comment these steps with “do nothing”.
    Otherwise someone might think that there is some code missing or that it has been deleted accidentally.

    Regards,
    Holger


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


  • 5.  RE: Empty or Dummy Map Step

    Posted 08/08/17 12:41 PM

    It is much clear now. Thank you, Holger


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


  • 6.  RE: Empty or Dummy Map Step

    Posted 08/08/17 07:39 PM