<?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 Re: Required Extended Properties in ArcGIS Workflow Manager Questions</title>
    <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/required-extended-properties/m-p/571693#M1149</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Andrew,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately, I think some sort of custom step is required.&amp;nbsp; However, I feel like you might be able to use the JTXDesktopTools.LaunchGPTool custom step and a GP tool... maybe a GP model that uses "&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Calculate_Value/0017000000v8000000/"&gt;CalculateValue&lt;/A&gt;&lt;SPAN&gt;", or a really brief Python script?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Three things as food for thought, if you aren't already aware:&lt;/SPAN&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;You can set the default value for an extended property for a job type.&amp;nbsp; If it's acceptable for your workflow, you may find it helpful to have a default value for this property, like "None", "NotSet", "0", etc., as opposed to just an empty string.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;You can use tokens to pass the value of an extended property as an argument to a step (ex. [JOBEX:&lt;SPAN style="font-style:italic;"&gt;TABLENAME&lt;/SPAN&gt;.&lt;SPAN style="font-style:italic;"&gt;PROPERTY&lt;/SPAN&gt;])&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;If you double-click on the connection leaving a step in a workflow, you can restrict the cases in which that path is used.&amp;nbsp; Ordinarily this is used for decision steps -- 1 is assigned to the "yes" path, 2 to the "no" path, etc. -- but you can also use it to prevent a workflow from advancing past a step unless a "success" value is received.&amp;nbsp; Have a look at the "Workflow Manager Custom Steps" page in the user's guide for a list of the various steps' return values.&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;BR /&gt;&lt;SPAN&gt;In any case, I definitely agree that such a check would be good to have.&amp;nbsp; I hope some of this helps...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Brian D.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Nov 2010 20:24:43 GMT</pubDate>
    <dc:creator>BrianDemers</dc:creator>
    <dc:date>2010-11-18T20:24:43Z</dc:date>
    <item>
      <title>Required Extended Properties</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/required-extended-properties/m-p/571692#M1148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We have some jobs here where we would like to be able to make sure that users have entered the required extended properties by not letting them continue past a certain point in the workflow.&amp;nbsp; Is this possible without coding a custom step?&amp;nbsp; I have checked the 'Required' box on the extended properties configuration tab, but it doesn't seem like that does anything other than put an * in front of it at application run time.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrew McColgan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 13:50:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/required-extended-properties/m-p/571692#M1148</guid>
      <dc:creator>AndrewMcColgan</dc:creator>
      <dc:date>2010-11-17T13:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Required Extended Properties</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/required-extended-properties/m-p/571693#M1149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Andrew,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately, I think some sort of custom step is required.&amp;nbsp; However, I feel like you might be able to use the JTXDesktopTools.LaunchGPTool custom step and a GP tool... maybe a GP model that uses "&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Calculate_Value/0017000000v8000000/"&gt;CalculateValue&lt;/A&gt;&lt;SPAN&gt;", or a really brief Python script?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Three things as food for thought, if you aren't already aware:&lt;/SPAN&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;You can set the default value for an extended property for a job type.&amp;nbsp; If it's acceptable for your workflow, you may find it helpful to have a default value for this property, like "None", "NotSet", "0", etc., as opposed to just an empty string.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;You can use tokens to pass the value of an extended property as an argument to a step (ex. [JOBEX:&lt;SPAN style="font-style:italic;"&gt;TABLENAME&lt;/SPAN&gt;.&lt;SPAN style="font-style:italic;"&gt;PROPERTY&lt;/SPAN&gt;])&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;If you double-click on the connection leaving a step in a workflow, you can restrict the cases in which that path is used.&amp;nbsp; Ordinarily this is used for decision steps -- 1 is assigned to the "yes" path, 2 to the "no" path, etc. -- but you can also use it to prevent a workflow from advancing past a step unless a "success" value is received.&amp;nbsp; Have a look at the "Workflow Manager Custom Steps" page in the user's guide for a list of the various steps' return values.&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;BR /&gt;&lt;SPAN&gt;In any case, I definitely agree that such a check would be good to have.&amp;nbsp; I hope some of this helps...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Brian D.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Nov 2010 20:24:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/required-extended-properties/m-p/571693#M1149</guid>
      <dc:creator>BrianDemers</dc:creator>
      <dc:date>2010-11-18T20:24:43Z</dc:date>
    </item>
  </channel>
</rss>

