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.  Stop Repeat Forever in Flow Service

    Posted 08/31/21 11:16 PM

    How can i stop the repeat on success when it always loop write file in sftp infinity.
    Thanks


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Stop Repeat Forever in Flow Service

    Posted 09/01/21 12:58 AM

    Until your condition satisfy repeat on success loop will not stop.

    You need to explicitly tell when to stop your loop. if runtime variable $retries matches the repeat count condition that you set then your loop will exit.

    image


    #webMethods
    #Integration-Server-and-ESB