<?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>topic Error unregistering (and maybe registering as well) of JTX Custom Step in ArcGIS Workflow Manager Questions</title>
    <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/error-unregistering-and-maybe-registering-as-well/m-p/471504#M919</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We've created a number of custom steps for Workflow Manager using your sample in C#.&amp;nbsp;The code can build fine and the assembly is registered, but when unregistered it fails. The code for registration is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt; [ComRegisterFunction]
 static void Reg(string regKey)
 {
 JTXUtilities.RegisterJTXCustomStep(regKey);
 }

 [ComUnregisterFunction]
 static void Unreg(string regKey)
 {
 JTXUtilities.UnregisterJTXCustomStep(regKey);
 }&lt;/PRE&gt;&lt;P&gt;The error is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/457780_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've looked in the Registry and the class id does exists, but I can see the "Implemented Categories" is not there. Shouldn't there be a "JTX Custom Steps" category for this in the registry?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Carsten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 16:31:08 GMT</pubDate>
    <dc:creator>CarstenAndersson</dc:creator>
    <dc:date>2021-12-12T16:31:08Z</dc:date>
    <item>
      <title>Error unregistering (and maybe registering as well) of JTX Custom Step</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/error-unregistering-and-maybe-registering-as-well/m-p/471504#M919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We've created a number of custom steps for Workflow Manager using your sample in C#.&amp;nbsp;The code can build fine and the assembly is registered, but when unregistered it fails. The code for registration is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt; [ComRegisterFunction]
 static void Reg(string regKey)
 {
 JTXUtilities.RegisterJTXCustomStep(regKey);
 }

 [ComUnregisterFunction]
 static void Unreg(string regKey)
 {
 JTXUtilities.UnregisterJTXCustomStep(regKey);
 }&lt;/PRE&gt;&lt;P&gt;The error is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/457780_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've looked in the Registry and the class id does exists, but I can see the "Implemented Categories" is not there. Shouldn't there be a "JTX Custom Steps" category for this in the registry?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Carsten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:31:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/error-unregistering-and-maybe-registering-as-well/m-p/471504#M919</guid>
      <dc:creator>CarstenAndersson</dc:creator>
      <dc:date>2021-12-12T16:31:08Z</dc:date>
    </item>
  </channel>
</rss>

