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
  • 1.  Branch flow step

    Posted Fri March 17, 2023 02:44 PM

    How to implement A=10 || A=10 && B=true by using branch flow step?

    Can anyone suggest please


    #webMethods-io-Integration
    #webMethods


  • 2.  RE: Branch flow step

    Posted Fri March 17, 2023 03:42 PM

    Why don’t you just use FlowService conditional controls like: IF, If Else, Else If, and/or Nest Conditions.
    For wM.io Integration FlowServices, you can find info in here:
    FlowServices - webMethods.io Integration

    There is a short demo on this in YouTube: FlowService Basic Utility | webMethods.io Integration Tutorials - YouTube (check the documentation for the latest capabilities of FlowServices).

    Wayne


    #webMethods
    #webMethods-io-Integration


  • 3.  RE: Branch flow step

    Posted Sat March 18, 2023 12:18 AM

    By the way, is that just a sample expression you came up with or do you actually need to implement that expression? I ask because:

    A==10 || A==10 && B==true

    Is logically equivalent to simply:

    A==10

    Percio


    #webMethods
    #webMethods-io-Integration