<?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: How to access the outcome of a review task in TaskListener? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-access-the-outcome-of-a-review-task-in-tasklistener/m-p/3121#M1039</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used your implemented code but I am getting the below error.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://connect.hyland.com/legacyfs/online/alfresco/24239_error.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I add the capability "Administration of tenant of this group"&amp;nbsp; to respective user then it works. but I don't want to give this &lt;SPAN&gt;capability&amp;nbsp; to&amp;nbsp;&lt;/SPAN&gt;the user due to some company's policy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me how should I resolve it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rahi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Nov 2018 06:37:35 GMT</pubDate>
    <dc:creator>rahiakela</dc:creator>
    <dc:date>2018-11-21T06:37:35Z</dc:date>
    <item>
      <title>How to access the outcome of a review task in TaskListener?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-access-the-outcome-of-a-review-task-in-tasklistener/m-p/3118#M1036</link>
      <description>I have a user review task (which is parallel and Multi-instance type), which has custom form in Activiti with custom outcomes (Approve and Reject)... once the task gets completed, I want to know the form variable into which the task outcome is stored... I believe it is one of the task variables....</description>
      <pubDate>Mon, 16 Jan 2017 16:24:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-access-the-outcome-of-a-review-task-in-tasklistener/m-p/3118#M1036</guid>
      <dc:creator>paiyyavj13</dc:creator>
      <dc:date>2017-01-16T16:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the outcome of a review task in TaskListener?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-access-the-outcome-of-a-review-task-in-tasklistener/m-p/3119#M1037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Custom outcomes are written into the process as process variables with a variable name of:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;form&amp;lt;formid&amp;gt;outcome&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;e.g. form10001outcome = bogus&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The variable will have a value of the outcome you have chosen.&lt;/P&gt;&lt;P&gt;I am not exactly sure what happens if the same form is reused in multiple tasks, since it appears to be the primary key of the form table that is included in the id of the variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Custom outcomes are very useful but not well documented unfortunately.&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/tag/bp3/tg-p"&gt;&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 22:49:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-access-the-outcome-of-a-review-task-in-tasklistener/m-p/3119#M1037</guid>
      <dc:creator>gdharley</dc:creator>
      <dc:date>2017-01-16T22:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the outcome of a review task in TaskListener?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-access-the-outcome-of-a-review-task-in-tasklistener/m-p/3120#M1038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Greg mentioned, the outcome is saved as a process variable&amp;nbsp;&lt;STRONG style="color: #727174; background-color: #ffffff; border: 0px; font-weight: bold;"&gt;form&amp;lt;formid&amp;gt;outcome. &lt;/STRONG&gt;However when you have a multi-instance scenario&amp;nbsp;it could get overwritten every time. So it is better not to rely on the process variable if you want to find the selected outcome. You would be better of using the&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;submittedFormService bean which will use the outcome data from each submittedForms associated with the individual tasks. Please find attached an example on how to achieve this with a Delegate.&lt;/P&gt;&lt;P class=""&gt;&lt;/P&gt;&lt;P class=""&gt;Cheers,&lt;/P&gt;&lt;P class=""&gt;Ciju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 01:52:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-access-the-outcome-of-a-review-task-in-tasklistener/m-p/3120#M1038</guid>
      <dc:creator>cjose</dc:creator>
      <dc:date>2017-01-17T01:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to access the outcome of a review task in TaskListener?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-access-the-outcome-of-a-review-task-in-tasklistener/m-p/3121#M1039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used your implemented code but I am getting the below error.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://connect.hyland.com/legacyfs/online/alfresco/24239_error.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I add the capability "Administration of tenant of this group"&amp;nbsp; to respective user then it works. but I don't want to give this &lt;SPAN&gt;capability&amp;nbsp; to&amp;nbsp;&lt;/SPAN&gt;the user due to some company's policy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me how should I resolve it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rahi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2018 06:37:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-access-the-outcome-of-a-review-task-in-tasklistener/m-p/3121#M1039</guid>
      <dc:creator>rahiakela</dc:creator>
      <dc:date>2018-11-21T06:37:35Z</dc:date>
    </item>
  </channel>
</rss>

