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.
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
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?