<?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 Activiti 6.0 UI: Candidate cannot claim task? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activiti-6-0-ui-candidate-cannot-claim-task/m-p/199323#M152453</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It seems like candidates are not able to claim tasks in new UI. If task assignment configuration for task contains only candidate user id, such user won't see the Claim button, but will see the task on the list with indication in the Involved field that he/she is involved. Only process initiator will see the claim task button if he is currently active user and there is an option checked for task that Initiator can complete tasks. Is it just me who is having this problem? I have a script task in my process where depending on the value from the dropdown in start form I am setting candidate id variable value (added in human task configuration in candidate field).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Oct 2015 07:59:56 GMT</pubDate>
    <dc:creator>gelito</dc:creator>
    <dc:date>2015-10-21T07:59:56Z</dc:date>
    <item>
      <title>Activiti 6.0 UI: Candidate cannot claim task?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-6-0-ui-candidate-cannot-claim-task/m-p/199323#M152453</link>
      <description>It seems like candidates are not able to claim tasks in new UI. If task assignment configuration for task contains only candidate user id, such user won't see the Claim button, but will see the task on the list with indication in the Involved field that he/she is involved. Only process initiator wil</description>
      <pubDate>Wed, 21 Oct 2015 07:59:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-6-0-ui-candidate-cannot-claim-task/m-p/199323#M152453</guid>
      <dc:creator>gelito</dc:creator>
      <dc:date>2015-10-21T07:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti 6.0 UI: Candidate cannot claim task?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-6-0-ui-candidate-cannot-claim-task/m-p/199324#M152454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It looks like the problem is with setting candidate value with variable which is generated by script. If I explicitly add candidates in BPMN 2.0 model such task appears in respective inboxes and users are able to claim, so it works as expected in such case. Could you please share how should I dynamically perform assignment based on script task outcome?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is how my script looks like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;javascript&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;def language=execution.getVariable('language');&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;def translationcandidates ="";&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if (language=="Hungarian") &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;translationcandidates="1000"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;} &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;execution.setVariable('translationcandidates',translationcandidates);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/javascript&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And in human task I provide "${translationcandidates}" entry in the Fixed values/candidate users field.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How should I do it correctly to make it work?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 08:24:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-6-0-ui-candidate-cannot-claim-task/m-p/199324#M152454</guid>
      <dc:creator>gelito</dc:creator>
      <dc:date>2015-10-21T08:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti 6.0 UI: Candidate cannot claim task?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-6-0-ui-candidate-cannot-claim-task/m-p/199325#M152455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;please test if 'translationcandidates' variable is set corectly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Just add a new task to display this variable value. (this will reduce a lot the area of investigation of the issue)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 08:38:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-6-0-ui-candidate-cannot-claim-task/m-p/199325#M152455</guid>
      <dc:creator>vasile_dirla</dc:creator>
      <dc:date>2015-10-26T08:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti 6.0 UI: Candidate cannot claim task?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-6-0-ui-candidate-cannot-claim-task/m-p/199326#M152456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, the variable is correctly set to value from script - group id. The identity link is built as well, I see group id value in respective row for ACT_RU_IDENTITYLINK table. User who belongs to this groups is also able to see this task in inbox when choosing a filter to display tasks assigned to this group. It's only Claim button that is not displaying in such case.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 14:48:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-6-0-ui-candidate-cannot-claim-task/m-p/199326#M152456</guid>
      <dc:creator>gelito</dc:creator>
      <dc:date>2015-10-26T14:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti 6.0 UI: Candidate cannot claim task?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-6-0-ui-candidate-cannot-claim-task/m-p/199327#M152457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Claiming using a candidate group indeed seems to be broken. We'll fix it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 19:05:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-6-0-ui-candidate-cannot-claim-task/m-p/199327#M152457</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-10-28T19:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti 6.0 UI: Candidate cannot claim task?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-6-0-ui-candidate-cannot-claim-task/m-p/199328#M152458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2015 10:28:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-6-0-ui-candidate-cannot-claim-task/m-p/199328#M152458</guid>
      <dc:creator>gelito</dc:creator>
      <dc:date>2015-10-29T10:28:42Z</dc:date>
    </item>
  </channel>
</rss>

