Python script

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?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.