<?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: Completing review task with REST api in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/completing-review-task-with-rest-api/m-p/299332#M252462</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi. I read this and I try to make this, but the task becomes "Rejected" instead of "Approved". Any solution?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Feb 2016 07:51:40 GMT</pubDate>
    <dc:creator>pat9rv3sousa</dc:creator>
    <dc:date>2016-02-15T07:51:40Z</dc:date>
    <item>
      <title>Completing review task with REST api</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/completing-review-task-with-rest-api/m-p/299330#M252460</link>
      <description>Hello, how can I set a review task as either approved or rejected through the REST api? I'm fairly sure it's done using the PUT method with state as completed, but I have no idea what variables to set. I wasn't able to find anything about it in the forums or docs. Thanks for any help.</description>
      <pubDate>Fri, 28 Aug 2015 06:27:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/completing-review-task-with-rest-api/m-p/299330#M252460</guid>
      <dc:creator>mattihuida</dc:creator>
      <dc:date>2015-08-28T06:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: Completing review task with REST api</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/completing-review-task-with-rest-api/m-p/299331#M252461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class="" style="color: #000000; background: #fafafa; border: 0px; font-size: 14px;"&gt;&lt;P style="background: transparent; border: 0px; font-weight: inherit; font-size: 14px; margin: 0px 10px 1rem 0px;"&gt;One way of doing it is using the following way.You should be able to complete the workflow task.&lt;/P&gt;&lt;P style="background: transparent; border: 0px; font-weight: inherit; font-size: 14px; margin: 0px 10px 1rem 0px;"&gt;&lt;SPAN&gt;URL: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://server:port/alfresco/service/api/task/activiti%1234/formprocessor" rel="nofollow noopener noreferrer"&gt;http://server&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;ort/alfresco/service/api/task/activiti%1234/formprocessor&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;(Note : Give the task id in the url after /task as shown above)&lt;/P&gt;&lt;P style="background: transparent; border: 0px; font-weight: inherit; font-size: 14px; margin: 0px 10px 1rem 0px;"&gt;Type : POST request&lt;/P&gt;&lt;P style="background: transparent; border: 0px; font-weight: inherit; font-size: 14px; margin: 0px 10px 1rem 0px;"&gt;Note : use the appropriate property name which holds the outcome of the workflow task in the following example request JSON. You can additionally set the other properties as well.&lt;BR /&gt;JSON Request body:&lt;BR /&gt;{&lt;BR /&gt;"prop_wf_ReviewOutcome":"Approve",&lt;BR /&gt;"prop_bpm_comment":"good",&lt;BR /&gt;"prop_transitions":"Next"&lt;BR /&gt;}&lt;/P&gt;&lt;/DIV&gt;&lt;DIV class="" style="color: #000000; background: #fafafa; border: 0px; font-size: 14px;"&gt;&lt;DIV style="background: transparent; border: 0px; font-weight: inherit; font-size: 14px;"&gt;—&lt;/DIV&gt;&lt;P style="background: transparent; border: 0px; font-weight: inherit; font-size: 14px; margin: 0px 10px 1rem 0px;"&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Ramesh Chauhan&lt;/P&gt;&lt;P style="background: transparent; border: 0px; font-weight: inherit; font-size: 14px; margin: 0px 10px 1rem 0px;"&gt;My book contribution on Alfresco - &lt;A href="http://bit.ly/11s0TpN" rel="nofollow noopener noreferrer" style="color: #56a3d9; background: transparent; border: 0px; font-weight: bold; font-size: 14px;"&gt;Learning Alfresco Web Scripts&lt;/A&gt;&lt;BR /&gt;My blog - &lt;A href="http://alfresco-for-developers.blogspot.in/" rel="nofollow noopener noreferrer" style="color: #56a3d9; background: transparent; border: 0px; font-weight: bold; font-size: 14px;"&gt;http://alfresco-for-developers.blogspot.in&lt;/A&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2015 08:44:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/completing-review-task-with-rest-api/m-p/299331#M252461</guid>
      <dc:creator>romschn</dc:creator>
      <dc:date>2015-08-28T08:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Completing review task with REST api</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/completing-review-task-with-rest-api/m-p/299332#M252462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi. I read this and I try to make this, but the task becomes "Rejected" instead of "Approved". Any solution?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 07:51:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/completing-review-task-with-rest-api/m-p/299332#M252462</guid>
      <dc:creator>pat9rv3sousa</dc:creator>
      <dc:date>2016-02-15T07:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Completing review task with REST api</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/completing-review-task-with-rest-api/m-p/299333#M252463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Kindly provide the details about what you have tried? Which workflow task you tried to end, what parameters you used in JSON and so on.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 05:52:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/completing-review-task-with-rest-api/m-p/299333#M252463</guid>
      <dc:creator>romschn</dc:creator>
      <dc:date>2016-02-16T05:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Completing review task with REST api</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/completing-review-task-with-rest-api/m-p/299334#M252464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use '&lt;SPAN style="font-size: 14px;"&gt;&lt;SPAN style="color: #008000;"&gt;prop_wf_reviewOutcome&lt;/SPAN&gt;' instead of '&lt;SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;prop_wf_ReviewOutcome&lt;/SPAN&gt;'. &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;&lt;SPAN&gt;e.g.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;{&lt;/DIV&gt;&lt;DIV&gt;"&lt;SPAN style="color: #008000;"&gt;prop_wf_reviewOutcome&lt;/SPAN&gt;":"Approve","prop_bpm_comment":"nice work","prop_transitions":"Next"&lt;/DIV&gt;&lt;DIV&gt;}&lt;/DIV&gt;&lt;P&gt;&lt;SPAN style="font-size: 14px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 08:56:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/completing-review-task-with-rest-api/m-p/299334#M252464</guid>
      <dc:creator>gmelahn</dc:creator>
      <dc:date>2017-01-10T08:56:24Z</dc:date>
    </item>
  </channel>
</rss>

