Locks on a feature layer are not released despite explicitly deleting the Result object in a script tool.
ArcGIS Pro
漏洞 ID 编号
BUG-000178530
已提交
August 6, 2025
上次修改时间
August 31, 2025
适用范围
ArcGIS Pro
找到的版本
3.5
操作系统
Windows OS
操作系统版本
11.0 64 bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
There is no lock being left on the layer that is preventing it from rendering until the tool is done running. This is expected behavior from geoprocessing tools, as the geoprocessing framework runs in isolation and will update the map and layers upon completion of the tool.
The framework only knows what layers to update or add to the map from a script tool if they are included in the parameters as output. It is best practice to include layers that need to be updated as output parameters in the script tool.