Hi all,
I have a GP tool that joins, calculate field and remove join on my desktop. I now want to transpose that to ArcGIS online using python so I can create a task scheduler that would run every day. I made the GP tool as a GP service. Is it possible?
Thanks,
Alex
There is an example consuming a toolbox as an item: Using geoprocessing tools | ArcGIS for Developers
But the API reference does mention about a url to the GP server here: arcgis.geoprocessing module — arcgis 1.0.1 documentation so should be possible.