Hello could someone explain this to me or point me to a documentation please. I'm not even sure if I am asking the question correctly. Hope the explanation makes sense.
So I published the result from my Script (Geoprocessing tools) in Pro 2.5. The script is in Python 3.x. The web tool (geo-processing tool) works as expected in Portal by users on ArcGIS Server.
My questions are.
1. What license does the Geoprocessing tool use on the ArcGIS Server to open up Pro. Or does it just use the arcpy library and it does it without even needing a license ?
2. What version does it use of Pro? Can I update the version ? how does this work ?
I'm asking these questions because my co-workers recently updated to ArcPro 2.7 and when they run the script on their computer it fails because (like always....) things break when updating. So now that I fixed the script for Pro 2.7 when I publish to the ArcServer, will it fail on the Server now when users try to use that webtool because it is for Pro 2.7 and the Server is on whatever it is ?
I just would like to have an understanding on how this works.
Thanks!