<?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: Creating Workflow Manager Jobs from other application in ArcGIS Workflow Manager Questions</title>
    <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/creating-workflow-manager-jobs-from-other/m-p/612583#M1228</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, you can do this by creating a tool using our desktop API or Server APIs (JavaScript, Flex, Silverlight). Take a look at the samples available here - &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/communities/workflow-manager/"&gt;http://resources.arcgis.com/en/communities/workflow-manager/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;With the desktop API for workflow manager you can create standalone applications to create your jobs. The server extension provides you with similar experience where you create a website for creating job. You could add that capability to existing sites within your organization. You could also create a widget to create the jobs. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There are links to the web api's at the resource center link that I shared above. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this was helpful. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tope&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Mar 2014 18:16:36 GMT</pubDate>
    <dc:creator>TopeBello</dc:creator>
    <dc:date>2014-03-14T18:16:36Z</dc:date>
    <item>
      <title>Creating Workflow Manager Jobs from other application</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/creating-workflow-manager-jobs-from-other/m-p/612582#M1227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to initiate a Workflow Manager job from a different application? We were looking options for non GIS users (A DBA) to initiate a job that would run automatically but can't seem to find any information on how this may be possible? We are using version 10.2 Desktop and Server.Thanks in advance for any help finding the information we need.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 21:49:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/creating-workflow-manager-jobs-from-other/m-p/612582#M1227</guid>
      <dc:creator>BradySmith</dc:creator>
      <dc:date>2014-02-12T21:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Workflow Manager Jobs from other application</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/creating-workflow-manager-jobs-from-other/m-p/612583#M1228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, you can do this by creating a tool using our desktop API or Server APIs (JavaScript, Flex, Silverlight). Take a look at the samples available here - &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/communities/workflow-manager/"&gt;http://resources.arcgis.com/en/communities/workflow-manager/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;With the desktop API for workflow manager you can create standalone applications to create your jobs. The server extension provides you with similar experience where you create a website for creating job. You could add that capability to existing sites within your organization. You could also create a widget to create the jobs. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There are links to the web api's at the resource center link that I shared above. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this was helpful. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tope&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2014 18:16:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/creating-workflow-manager-jobs-from-other/m-p/612583#M1228</guid>
      <dc:creator>TopeBello</dc:creator>
      <dc:date>2014-03-14T18:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Workflow Manager Jobs from other application</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/creating-workflow-manager-jobs-from-other/m-p/612584#M1229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We ran into this problem a while ago and found that it was quite a bit of overhead to set up workflow manager service for a dba to request if that is the only person that will use it. It is possible to run a geoprossessing service from a URL especially if they do not have any parameters.. It just takes a little research into the submitting requests using the REST API.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2014 18:58:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/creating-workflow-manager-jobs-from-other/m-p/612584#M1229</guid>
      <dc:creator>BradySmith</dc:creator>
      <dc:date>2014-07-29T18:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Workflow Manager Jobs from other application</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/creating-workflow-manager-jobs-from-other/m-p/612585#M1230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, using the REST API is certainly a preferred option because of cross platform usability. I would suggest exploring the viewers available on the workflow manager resource center to see how these things are done. &lt;/P&gt;&lt;P&gt;There is video here showing how to use our JavaScript API in creating jobs via a standalone website - &lt;A href="http://video.esri.com/watch/3263/getting-started-with-the-workflow-manager-web-apis"&gt;http://video.esri.com/watch/3263/getting-started-with-the-workflow-manager-web-apis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2014 21:26:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/creating-workflow-manager-jobs-from-other/m-p/612585#M1230</guid>
      <dc:creator>TopeBello</dc:creator>
      <dc:date>2014-07-29T21:26:25Z</dc:date>
    </item>
  </channel>
</rss>

