<?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: Executing WMX Daily for QC in ArcGIS Workflow Manager Questions</title>
    <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/executing-wmx-daily-for-qc/m-p/188622#M420</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alison thanks for the response. Can you tell me where I can find the sample script? Also, I've found that with the release of 10.3 there is a createjob tool in the WMX toolbox and within WMX the job type can be set to autoexecute upon job creation. So that is one solution. Unfortunately, we are not working with 10.3 yet. As a temporary solution we are using the python script to launch a model which includes the batch job and other custom tools. We are still testing it out now, but I'd defnitiely be interested in seeing the createjobsbasedonFC.py file if you have it available. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 May 2015 17:24:47 GMT</pubDate>
    <dc:creator>AnthonyBarron</dc:creator>
    <dc:date>2015-05-07T17:24:47Z</dc:date>
    <item>
      <title>Executing WMX Daily for QC</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/executing-wmx-daily-for-qc/m-p/188620#M418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to automate a WMX job to execute every 24 hours. Our process is Windows Task Scheduler will execute a python script to execute a WMX job. We are working with ArGIS Desktop 10.2.2.&amp;nbsp; From my research, I cannot find any python code examples with how to execute a WMX job. I have found the tools listed below but none of them seem to be able to execute a job. So if there is no way to necessarily excute a job, is there a way I can configure settings in WMX to execute ever 24 hours? Whats the most efficient way? Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Clear Job Replication Information&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Export Job Data&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Get Job AOI&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Get Job Data Workspace&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Get Job Parent Version&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Get Job Version&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Import Job Data&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Post Job Version&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Replicate Job Data&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Synchronize Job Data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2015 18:39:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/executing-wmx-daily-for-qc/m-p/188620#M418</guid>
      <dc:creator>AnthonyBarron</dc:creator>
      <dc:date>2015-05-01T18:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Executing WMX Daily for QC</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/executing-wmx-daily-for-qc/m-p/188621#M419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure if this would work or not, but there appears to be a sample script called CreateJobsBasedOnFC.py. Could you use this base code to help you create the job? Then make sure to set the Job Type to Auto-execute workflow upon job creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just an idea,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Alison &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 May 2015 20:00:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/executing-wmx-daily-for-qc/m-p/188621#M419</guid>
      <dc:creator>AlisonGaiser1</dc:creator>
      <dc:date>2015-05-04T20:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Executing WMX Daily for QC</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/executing-wmx-daily-for-qc/m-p/188622#M420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alison thanks for the response. Can you tell me where I can find the sample script? Also, I've found that with the release of 10.3 there is a createjob tool in the WMX toolbox and within WMX the job type can be set to autoexecute upon job creation. So that is one solution. Unfortunately, we are not working with 10.3 yet. As a temporary solution we are using the python script to launch a model which includes the batch job and other custom tools. We are still testing it out now, but I'd defnitiely be interested in seeing the createjobsbasedonFC.py file if you have it available. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 17:24:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/executing-wmx-daily-for-qc/m-p/188622#M420</guid>
      <dc:creator>AnthonyBarron</dc:creator>
      <dc:date>2015-05-07T17:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Executing WMX Daily for QC</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/executing-wmx-daily-for-qc/m-p/188623#M421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is part of the Workflow Manager Administration Utilities. You can download it from here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=387ce7914cde4744b549b934959a0b5f" title="http://www.arcgis.com/home/item.html?id=387ce7914cde4744b549b934959a0b5f"&gt;http://www.arcgis.com/home/item.html?id=387ce7914cde4744b549b934959a0b5f&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you will find it under ArcToolbox\Scripts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 17:55:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/executing-wmx-daily-for-qc/m-p/188623#M421</guid>
      <dc:creator>AlisonGaiser1</dc:creator>
      <dc:date>2015-05-07T17:55:02Z</dc:date>
    </item>
  </channel>
</rss>

