<?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 QUERY CURRENT STEP in ArcGIS Workflow Manager Questions</title>
    <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/query-current-step/m-p/516701#M1039</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there any way to query current steps in a job and who has it assigned???&amp;nbsp; I want to generate a report that show the user, job_id, current step, and dates.&amp;nbsp; The idea is to allow managers to track daily progress (ex. who is not achieving the daily cuota).&amp;nbsp; We have version 3.0.1.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Aug 2010 04:01:22 GMT</pubDate>
    <dc:creator>Ulises</dc:creator>
    <dc:date>2010-08-27T04:01:22Z</dc:date>
    <item>
      <title>QUERY CURRENT STEP</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/query-current-step/m-p/516701#M1039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there any way to query current steps in a job and who has it assigned???&amp;nbsp; I want to generate a report that show the user, job_id, current step, and dates.&amp;nbsp; The idea is to allow managers to track daily progress (ex. who is not achieving the daily cuota).&amp;nbsp; We have version 3.0.1.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 04:01:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/query-current-step/m-p/516701#M1039</guid>
      <dc:creator>Ulises</dc:creator>
      <dc:date>2010-08-27T04:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: QUERY CURRENT STEP</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/query-current-step/m-p/516702#M1040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm using version 9.3.1, but was able to get what you are looking for using the attached job query. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Andrew McColgan&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Computer Software Specialist&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Memphis Light, Gas, and Water&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 15:31:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/query-current-step/m-p/516702#M1040</guid>
      <dc:creator>AndrewMcColgan</dc:creator>
      <dc:date>2010-08-27T15:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: QUERY CURRENT STEP</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/query-current-step/m-p/516703#M1041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Andrew...it works nicely.&amp;nbsp; But is there a way to export the job history to a file?&amp;nbsp; I'm trying to create a report outside of JTX...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 17:59:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/query-current-step/m-p/516703#M1041</guid>
      <dc:creator>Ulises</dc:creator>
      <dc:date>2011-02-09T17:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: QUERY CURRENT STEP</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/query-current-step/m-p/516704#M1042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Even at version 10, I don't know of an out-of-the-box way to export job history to a file.&amp;nbsp; However, job history is stored in the "JTX_HISTORY" table so there may be some options...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you'll be exporting the job history frequently and you're familiar with Python, you could write a Python script to extract the information from the JTX_HISTORY table for a given job and save it to a text file.&amp;nbsp; From what you describe, that's probably the best immediate solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alternatively -- admittedly, this probably isn't viable if these are daily reports -- you could use ArcCatalog to copy/export the JTX_HISTORY table to another format.&amp;nbsp; For instance, export it to a .dbf file then open the .dbf in Microsoft Excel, or copy the table into a Personal Geodatabase then view the pGDB with Microsoft Access.&amp;nbsp; From Excel or Access, you could presumably convert the data yet again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One last idea: if/when you're able to upgrade to a newer release, you could look into setting up a Workflow Manager web application (downloadable from the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/gallery/file/workflow-manager"&gt;resource center&lt;/A&gt;&lt;SPAN&gt;).&amp;nbsp; Using ArcGIS Server and Workflow Manager Server, these apps make it possible to view job information over the web.&amp;nbsp; (It sounds like this "track jobs without everyone installing Workflow Manager" may be what you're really looking to do?)&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>Thu, 10 Feb 2011 20:36:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/query-current-step/m-p/516704#M1042</guid>
      <dc:creator>BrianDemers</dc:creator>
      <dc:date>2011-02-10T20:36:52Z</dc:date>
    </item>
  </channel>
</rss>

