Hello, I am trying to figure out a way to schedule an ArcGIS API for Python Script form FME environment. I want to be able to use FME environment as a replacement of Windows Scheduler.
Appreciate any feedback.
Thanks
Hello, I am trying to figure out a way to schedule an ArcGIS API for Python Script form FME environment. I want to be able to use FME environment as a replacement of Windows Scheduler.
Appreciate any feedback.
Thanks
It would depend how you want to store the python scripts. Do you want them kept as separate .py files? Or are you wanting them to be stored in the FME Workbench?
For the former, have a look at the SystemCaller, this will allow you to call the .py files
For the later, have a look at the PythonCaller or PythonCreator. These will allow you to store the Python in the workbench
Thanks hkingsbury, I will check out these options. Appreciate your time.