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.


#TechXchangePresenter
 View Only
  • 1.  Python script

    Posted Mon October 09, 2023 04:59 PM

    Hi,

    Is it possible to schedule a python script to run in integration server or in webmethods.IO integration?
    I’m using version 10.15.

    Thanks,
    Suma


    #webMethods
    #Service-Designer
    #webMethods-cloud
    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods-io-Integration


  • 2.  RE: Python script

    Posted Mon October 09, 2023 06:09 PM

    Since Integration Server runs in a JVM you can create in a Java service that runs exec() to run anything on the OS. That Java service can be scheduled.

    That said, it won’t run “in” Integration Server but instead will be its own OS thread.

    What leads you to want to schedule a Python script using a non-Python run-time?


    #webMethods-cloud
    #Service-Designer
    #Integration-Server-and-ESB
    #webMethods
    #webMethods-io-Integration
    #Flow-and-Java-services