<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>idea Geoprocessing History in Metadata in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idi-p/974915</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I&amp;nbsp;recommend 2 changes related to the geoprocessing history stored in the metadata:&lt;BR /&gt;&lt;BR /&gt;1. Allow users to enable/disable storing geoprocessing history in the metadata&lt;BR /&gt;2. In the metadata editor, allow the geoprocessing history items to be deleted in mass and one by one

&lt;!-- content transformation source ID: 08730000000bsc0 --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Nov 2011 22:14:44 GMT</pubDate>
    <dc:creator>BillMyers</dc:creator>
    <dc:date>2011-11-08T22:14:44Z</dc:date>
    <item>
      <title>Geoprocessing History in Metadata</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idi-p/974915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I&amp;nbsp;recommend 2 changes related to the geoprocessing history stored in the metadata:&lt;BR /&gt;&lt;BR /&gt;1. Allow users to enable/disable storing geoprocessing history in the metadata&lt;BR /&gt;2. In the metadata editor, allow the geoprocessing history items to be deleted in mass and one by one

&lt;!-- content transformation source ID: 08730000000bsc0 --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 22:14:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idi-p/974915</guid>
      <dc:creator>BillMyers</dc:creator>
      <dc:date>2011-11-08T22:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing History in Metadata</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idc-p/974916#M10313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Agree this needs to be implemented as a normal tool, rather than...&lt;BR /&gt;&lt;BR /&gt;Workaround for removing gp history from metadata:&lt;BR /&gt;&lt;A href="http://support.esri.com/index.cfm?fa=knowledgebase.techarticles.articleShow&amp;amp;d=31620" target="_blank"&gt;http://support.esri.com/index.cfm?fa=knowledgebase.techarticles.articleShow&amp;amp;d=31620&lt;/A&gt;&lt;BR /&gt;

&lt;!-- content transformation source ID: 00a3000000CiWbx --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 16:11:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idc-p/974916#M10313</guid>
      <dc:creator>RayChilcote</dc:creator>
      <dc:date>2011-11-16T16:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing History in Metadata</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idc-p/974917#M10314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Thanks for posting the workaround, Captain.

&lt;!-- content transformation source ID: 00a3000000CjvEt --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 16:28:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idc-p/974917#M10314</guid>
      <dc:creator>GregBonynge</dc:creator>
      <dc:date>2011-12-01T16:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing History in Metadata</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idc-p/974918#M10315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;
	We have several Python scripts that perform daily geoprocessing tasks.&amp;nbsp; Since geoprocessing history is automatically logged, the GDB_ITEMS table in our geodatabases bloats considerably and affects performance &lt;U&gt;significantly&lt;/U&gt;.&amp;nbsp; I discovered the effect on performance by first taking the workaround code suggested by ESRI and modifying it so that I could run it at the geodatabase level to affect all objects in the geodatabase (the original workaround would take a VERY long time to actually perform if I had to go to each feature class individually).&amp;nbsp; Once I had cleaned up over two years of geoprocessing history from the GDB_ITEMS table of all of my geodatabases, I found that:&lt;BR /&gt;&lt;BR /&gt;	1) The reserved disk space for all of the SDE databases on my SQL Server dropped by nearly 11 Gb.&lt;BR /&gt;	2) My automation scripts run MUCH faster.&amp;nbsp; For instance, one job that performs a DB compression and updates statistics went from taking 4 hours and 13 minutes to taking 8 minutes!&amp;nbsp; Another script that deletes several point feature classes and recreates them using X/Y coordinates downloaded from a business database went from taking 2 hours and 25 minutes to taking 15 minutes.&lt;BR /&gt;&lt;BR /&gt;	Having some method to manage logging to the GDB_ITEMS table would be an excellent enhancement!&lt;/P&gt;

&lt;!-- content transformation source ID: 00aE00000027cw1 --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2013 19:21:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idc-p/974918#M10315</guid>
      <dc:creator>NathanShaub</dc:creator>
      <dc:date>2013-01-15T19:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing History in Metadata</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idc-p/974919#M10316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I would also recommend that there be a way to programmatically turn off logging to metadata of scripts doing things like Analyze to the entire SDE set of features.&amp;nbsp; It's huge for us to have all this garbage in the metadata.&amp;nbsp;

&lt;!-- content transformation source ID: 00aE00000028mqu --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 22:17:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idc-p/974919#M10316</guid>
      <dc:creator>KarenFolger</dc:creator>
      <dc:date>2013-02-27T22:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing History in Metadata</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idc-p/974920#M10317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;ArcGIS is now 10.2.1 and there is still no way of deleting geo-processing logs from the metadata when in the Data Source Item Description editor.&lt;BR /&gt;&lt;BR /&gt;I do think that when a geo-processing tool is run and metadata is updated its a great way of keeping track of what is done but sometimes you do something that is logged and you simply want to remove it but not the rest of the history.&lt;BR /&gt;&lt;BR /&gt;For example you add a field and do a calculation on it, this is logged. You realise the calculation was incorrect so you re-run the calculation, this gets logged. I would want to go back into the metadata editor and remove the first calculation so the values in the field are synchronised with what the geo-processing log is showing.&lt;BR /&gt;&lt;BR /&gt;You can edit/remove other items in the metadata (usually by a red cross button) why can't you make the Geoprocessing History do the same?

&lt;!-- content transformation source ID: 00aE0000005XbCG --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 11:17:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idc-p/974920#M10317</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2014-03-25T11:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing History in Metadata</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idc-p/974921#M10318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;This definitely should be a property of a featureclass.&lt;BR /&gt;GP History ON or OFF.&lt;BR /&gt;

&lt;!-- content transformation source ID: 00aE0000006G7Ga --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 May 2014 14:14:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idc-p/974921#M10318</guid>
      <dc:creator>AaronCohen</dc:creator>
      <dc:date>2014-05-01T14:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing History in Metadata</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idc-p/974922#M10319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;There is a file that can be used with the XSLT Transformation tool to zap the GP history:&lt;BR /&gt;&lt;BR /&gt;C:\ArcGIS\Desktop10.1\Metadata\Stylesheets\gpTools\remove geoprocessing history.xslt&lt;BR /&gt;&lt;BR /&gt;So you could build a model build and script to do this for you on a regular basis when your use-case demands it. This unfortunately is not Hornbydd's use case where he wants to just delete a selected few.

&lt;!-- content transformation source ID: 00aE00000075b3x --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 22:09:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idc-p/974922#M10319</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2014-08-08T22:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing History in Metadata</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idc-p/974923#M10320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-family: arial,sans-serif;"&gt;&lt;SPAN style="color: rgb(51, 51, 51);"&gt;This is most annoying especially when having to release data to the public. My metadata document is 15 pages, with an additional 24 pages of geoprocessing steps that users do not need or care about. All they want is the data with a concise metadata document. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;.

&lt;!-- content transformation source ID: 00aE000000BZXuB --&gt;

&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 13:54:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idc-p/974923#M10320</guid>
      <dc:creator>ThomasWhitfield</dc:creator>
      <dc:date>2015-04-07T13:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing History in Metadata</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idc-p/974924#M10321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Having realised a need for relatively opposite case, as mentioned in&amp;nbsp;&lt;A href="https://community.esri.com/ideas/8880"&gt;Allow IN_MEMORY datasets to store metadata generated by geo-processing tools&lt;/A&gt;&amp;nbsp;, I think there could be an interim option instead of on/off switch which let users to control the amount of history to keep with the data items, say the last 20 geoprocessing actions. This history info is just auxiliary most of the time but sometimes&amp;nbsp;it may become critical, particularly if a data item has a lineage related to the source items and their locations (say intersect operation applied and accompanying datasets to control source data versions, instead of rerunning a long intersect operation to make sure you used correct source datasets).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Nov 2016 22:26:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idc-p/974924#M10321</guid>
      <dc:creator>FatihDur</dc:creator>
      <dc:date>2016-11-14T22:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing History in Metadata</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idc-p/974925#M10322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great idea. I believe the default should be on, though. I have figured out the what and where&amp;nbsp;hundreds of files just from the GP history. Most of the field calc history is a waste of time to read, but the appends are useful. None of these files had real metadata (documentation), and you can't count on most people to create any metadata, especially non-GIS non-IT people.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Mar 2017 15:28:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idc-p/974925#M10322</guid>
      <dc:creator>DanaNolan</dc:creator>
      <dc:date>2017-03-24T15:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing History in Metadata</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idc-p/974926#M10323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition, I would appreciate the option to add the geoprocessing step that was used to generate the initial feature class. &amp;nbsp;This has been requested in another form, as in to carry forward geoprocessing history from input feature classes that result in new features. &amp;nbsp;In my example, we'd like to see the configuration parameters for our annotation feature classes show up in the metadata without having to manually transfer them. &amp;nbsp;The create annotation from feature labels tool runs, and provides the details on reference scale, cardinality, etc in the annotation layer's properties, but none of this info is included in the metadata, nor is it formatted in way that is easy to cleanly copy/paste from the feature class Properties.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2017 00:04:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idc-p/974926#M10323</guid>
      <dc:creator>Natalie_Runyan</dc:creator>
      <dc:date>2017-08-23T00:04:42Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing History in Metadata</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idc-p/974927#M10324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'll add that this could be considered a security issue by some organizations.&amp;nbsp; Full file paths, including network drives, are included in metadata and some groups might not be keen on inadvertently publicizing this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2020 17:45:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idc-p/974927#M10324</guid>
      <dc:creator>RyanDavis1</dc:creator>
      <dc:date>2020-02-20T17:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing History in Metadata</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idc-p/974928#M10325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;1. Allow users to enable/disable storing geoprocessing history in the metadata&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;In ArcGIS Pro, see&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/analysis/geoprocessing/basics/geoprocessing-history.htm#ESRI_SECTION1_30E40D263E3D4C08B3655DCA3BE1E243" title="https://pro.arcgis.com/en/pro-app/help/analysis/geoprocessing/basics/geoprocessing-history.htm#ESRI_SECTION1_30E40D263E3D4C08B3655DCA3BE1E243"&gt;Geoprocessing history—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/497999_pastedImage_4.png" /&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;SPAN style="background-color: #ffffff;"&gt;2. In the metadata editor, allow the geoprocessing history items to be deleted in mass and one by one&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;It looks like in the metadata's Geoprocessing History, one could individually choose to export (or not) processes.&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/498000_pastedImage_7.png" /&gt;&lt;/P&gt;&lt;P&gt;If the main use case is when sharing exported metadata, see&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/help/metadata/export-metadata-to-a-standard-format.htm" title="https://pro.arcgis.com/en/pro-app/help/metadata/export-metadata-to-a-standard-format.htm"&gt;Export metadata to a standard format—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/498001_pastedImage_9.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-4" src="https://community.esri.com/legacyfs/online/498002_pastedImage_10.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2020 12:45:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idc-p/974928#M10325</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2020-06-26T12:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing History in Metadata</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idc-p/974929#M10326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/45316"&gt;Kory Kramer&lt;/A&gt;‌, unfortunately we can't stop geoprocessing history from writing to the metadata when using Python packaged with Pro due to&amp;nbsp;#BUG-000128506 Arcpy.SetLogHistory(False) is inconsistent when running in a python script in a Python 3 environment.&lt;/P&gt;&lt;P&gt;On the second point, based on testing reported by Esri Technical Support, exporting the metadata from Pro without Sensitive Information or Machine Names and then importing it back into Pro will not remove this information from the source metadata. We need to redact the embedded metadata.&lt;/P&gt;&lt;P&gt;Please let me know if you find either of these not to be the case, or have additional thoughts on point #2.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2020 15:54:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idc-p/974929#M10326</guid>
      <dc:creator>PaulHoefflerGISS</dc:creator>
      <dc:date>2020-09-08T15:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing History in Metadata - Status changed to: Under Consideration</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idc-p/1112414#M17476</link>
      <description />
      <pubDate>Fri, 29 Oct 2021 15:14:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idc-p/1112414#M17476</guid>
      <dc:creator>NaicongLi</dc:creator>
      <dc:date>2021-10-29T15:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing History in Metadata - Status changed to: In Product Plan</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idc-p/1355821#M27376</link>
      <description />
      <pubDate>Fri, 01 Dec 2023 18:05:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idc-p/1355821#M27376</guid>
      <dc:creator>NaicongLi</dc:creator>
      <dc:date>2023-12-01T18:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Geoprocessing History in Metadata - Status changed to: Implemented</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idc-p/1432011#M30057</link>
      <description>&lt;P&gt;This is implemented in ArcGIS Pro 3.3. See &lt;A href="https://community.esri.com/t5/arcgis-ideas-blog/your-ideas-in-arcgis-pro-3-3/bc-p/1431910" target="_blank"&gt;Your Ideas in ArcGIS Pro 3.3&lt;/A&gt; for a full list of all user ideas you can look forward to! And be sure to check out the &lt;A href="https://www.esri.com/arcgis-blog/products/arcgis-pro/announcements/whats-new-in-arcgis-pro-3-3/" target="_blank"&gt;release blog&lt;/A&gt; and what’s new &lt;A href="https://pro.arcgis.com/en/pro-app/latest/get-started/whats-new-in-arcgis-pro.htm" target="_blank"&gt;help topic and video&lt;/A&gt; to learn more about all the new features and functionality in the release.&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 15:03:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/geoprocessing-history-in-metadata/idc-p/1432011#M30057</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2024-05-10T15:03:48Z</dc:date>
    </item>
  </channel>
</rss>

