<?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 parameter in MoveToNextStepAsync Method in ArcGIS Workflow Manager Questions</title>
    <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/parameter-in-movetonextstepasync-method/m-p/80558#M166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;in the MoveToNextStepAsync Method there are some parameters like :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;jobId&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The job Id.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;stepId&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The step Id.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;returnCode&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A numeric value representing the return code chosen by the client.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;user&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The user name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;userToken&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A user-defined object that is passed to the method invoked when the asynchronous operation completes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am confused about stepID and returnCode...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;my question :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. what is stepID ? this is for next / destination ID or for current ID...?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. what is return code ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. what are the function of stepID and returnCode ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm sorry for my bad english....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 May 2013 06:02:20 GMT</pubDate>
    <dc:creator>apankkurniawan</dc:creator>
    <dc:date>2013-05-16T06:02:20Z</dc:date>
    <item>
      <title>parameter in MoveToNextStepAsync Method</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/parameter-in-movetonextstepasync-method/m-p/80558#M166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;in the MoveToNextStepAsync Method there are some parameters like :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;jobId&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The job Id.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;stepId&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The step Id.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;returnCode&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A numeric value representing the return code chosen by the client.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;user&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The user name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;userToken&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A user-defined object that is passed to the method invoked when the asynchronous operation completes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am confused about stepID and returnCode...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;my question :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. what is stepID ? this is for next / destination ID or for current ID...?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. what is return code ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. what are the function of stepID and returnCode ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm sorry for my bad english....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 06:02:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/parameter-in-movetonextstepasync-method/m-p/80558#M166</guid>
      <dc:creator>apankkurniawan</dc:creator>
      <dc:date>2013-05-16T06:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: parameter in MoveToNextStepAsync Method</title>
      <link>https://community.esri.com/t5/arcgis-workflow-manager-questions/parameter-in-movetonextstepasync-method/m-p/80559#M167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Kurniapank ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;StepID in that method is the reference for the step the user is currently on. The returncode is the result of that step, which the server will use to automatically figure out what step to go to next.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you look up the method in the help, file:///C:/Program%20Files/WMX/Server10.1/Developer%20Kit/Developer%20Help/Workflow%20Manager%20Server%20REST/index.html there is a high level example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Michael&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 May 2013 15:06:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-workflow-manager-questions/parameter-in-movetonextstepasync-method/m-p/80559#M167</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-05-21T15:06:23Z</dc:date>
    </item>
  </channel>
</rss>

