<?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: Name of Job using a attribute from table in ArcGIS Workflow Manager Questions</title>
    <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/name-of-job-using-a-attribute-from-table/m-p/372923#M738</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Brian,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your answer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll try it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Keilla&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Mar 2011 19:30:24 GMT</pubDate>
    <dc:creator>Keillados_Reis_Ribeiro</dc:creator>
    <dc:date>2011-03-30T19:30:24Z</dc:date>
    <item>
      <title>Name of Job using a attribute from table</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/name-of-job-using-a-attribute-from-table/m-p/372920#M735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi people,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a grid and I want to create a job per feature from grid. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like to identify every job with a attribute from table of the grid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Keilla&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 13:46:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/name-of-job-using-a-attribute-from-table/m-p/372920#M735</guid>
      <dc:creator>Keillados_Reis_Ribeiro</dc:creator>
      <dc:date>2011-03-30T13:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Name of Job using a attribute from table</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/name-of-job-using-a-attribute-from-table/m-p/372921#M736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Keilla,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are a few things you can try.&amp;nbsp; The most out-of-the-box way is to use the "Advanced..." button on the "Create Job(s)" GUI in Workflow Manager.&amp;nbsp; From there, you can elect to create multiple jobs with AOIs that you define.&amp;nbsp; (See the screenshot below.)&amp;nbsp; In this case, you select the features to be used as job AOIs interactively in the GUI.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There's also a sample step provided with Workflow Manager called "CreateChildJobsAdvanced" (discussed briefly &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/17210-Child-job-stop-the-overall-process-until-complete?p=55822&amp;amp;viewfull=1#post55822"&gt;here&lt;/A&gt;&lt;SPAN&gt;).&amp;nbsp; It can create child jobs based on the AOI of a parent job and an intersecting feature class.&amp;nbsp; However, this would only work if you were creating these jobs from within a parent job.&amp;nbsp; Additionally, since it's only a sample, you would have to build and install it yourself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally, there's a free &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/gallery/file/workflow-manager/details?entryID=07ACE260-1422-2418-88BE-9738709D2F23"&gt;utility&lt;/A&gt;&lt;SPAN&gt; on the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/gallery/file/workflow-manager"&gt;Workflow Manager gallery&lt;/A&gt;&lt;SPAN&gt; that provides GP interfaces for certain WMX actions, including job creation.&amp;nbsp; You'd probably need to write a Python script to handle some of the AOI selection logic, but this could be another option.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck!&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>Wed, 30 Mar 2011 16:41:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/name-of-job-using-a-attribute-from-table/m-p/372921#M736</guid>
      <dc:creator>BrianDemers</dc:creator>
      <dc:date>2011-03-30T16:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Name of Job using a attribute from table</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/name-of-job-using-a-attribute-from-table/m-p/372922#M737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm sorry, I completely misread your question.&amp;nbsp; Let me try that again:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can definitely use tokens to control the job naming pattern, and you can manually edit the name during/after a job has been created, though that could obviously be tedious for a large number of jobs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you need to automate this, it may be possible to write a Python script that runs after the jobs have been created.&amp;nbsp; If it could determine which feature a job corresponds to, it could fetch the feature attributes and update the "JOB_NAME" field in the "JTX_JOBS" table appropriately for each job.&amp;nbsp; I don't think this will break anything, but it's definitely a bit of a hack, so it would be good to get some test time on this approach if you go this route.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope that 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>Wed, 30 Mar 2011 18:47:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/name-of-job-using-a-attribute-from-table/m-p/372922#M737</guid>
      <dc:creator>BrianDemers</dc:creator>
      <dc:date>2011-03-30T18:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Name of Job using a attribute from table</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/name-of-job-using-a-attribute-from-table/m-p/372923#M738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Brian,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your answer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll try it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Keilla&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 19:30:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/name-of-job-using-a-attribute-from-table/m-p/372923#M738</guid>
      <dc:creator>Keillados_Reis_Ribeiro</dc:creator>
      <dc:date>2011-03-30T19:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Name of Job using a attribute from table</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/name-of-job-using-a-attribute-from-table/m-p/372924#M739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Brian,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the tip.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I edited manually jobname and while it serves me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I had tried to use the token did not work very well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good job!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Keilla&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Mar 2011 19:45:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/name-of-job-using-a-attribute-from-table/m-p/372924#M739</guid>
      <dc:creator>Keillados_Reis_Ribeiro</dc:creator>
      <dc:date>2011-03-30T19:45:33Z</dc:date>
    </item>
  </channel>
</rss>

