<div dir="ltr">hi all,<div><br></div><div>i think i solved this problem after doing little modification. :)</div><div>you just need to add refreshTasks() method to the release part in actionsColumn() method in TasksListViewImpl.java as mentioned below,</div>
<div><br></div><div><div>cells.add(new ReleaseActionHasCell(ActionsDataGrid.RELEASE.getDescription(), new ActionCell.Delegate&lt;TaskSummary&gt;() {</div><div>            @Override</div><div>            public void execute(TaskSummary task) {</div>
<div>                currentAction = ActionsDataGrid.RELEASE;</div><div>                presenter.releaseTasks(Lists.newArrayList(task.getId()), identity.getName());</div><div>               <b> refreshTasks();</b></div><div>
            }</div><div>        }));</div></div><div><br></div><div>regards,</div><div>Akila</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jun 24, 2014 at 6:02 PM, Akila Rathnayake <span dir="ltr">&lt;<a href="mailto:akila.senarath@gmail.com" target="_blank">akila.senarath@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">@maciej,<div><br></div><div>ok thanks. we also will try to make a solution for this problem..</div><div>
<br></div><div>regards,</div><div>Akila</div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><br><div class="gmail_quote">
On Tue, Jun 24, 2014 at 5:53 PM, Maciej Swiderski <span dir="ltr">&lt;<a href="mailto:mswiders@redhat.com" target="_blank">mswiders@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div style="word-wrap:break-word">Actually this is known issue with refresh of the tables that will be addressed soon. For now unfortunately you’ll need to stick to refresh button or use details form of the task. The backend services does work fine and thus the error as you cannot claim same task twice. <span><font color="#888888"><div>

<br></div></font></span><div><span><font color="#888888">Maciej</font></span><div><div><br><div><div>On 24 cze 2014, at 14:20, Akila Rathnayake &lt;<a href="mailto:akila.senarath@gmail.com" target="_blank">akila.senarath@gmail.com</a>&gt; wrote:</div>

<br><blockquote type="cite"><div dir="ltr">@maciej,<div><br></div><div>yes it works after click refresh button.</div><div><br></div><div>but if i click claim icon without refreshing it gives same error...</div><div><br></div>

<div>what should i do for that...?</div>
<div><br></div><div>regards,</div><div>Akila</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jun 24, 2014 at 5:29 PM, Maciej Swiderski <span dir="ltr">&lt;<a href="mailto:mswiders@redhat.com" target="_blank">mswiders@redhat.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">It might be caused by improper refresh of the items in the list - try using refresh button after first attempt to claim it and see if that makes any difference.<br>



<br>
Maciej<br>
<div><div>On 24 cze 2014, at 13:53, Akila Rathnayake &lt;<a href="mailto:akila.senarath@gmail.com" target="_blank">akila.senarath@gmail.com</a>&gt; wrote:<br>
<br>
&gt; hi all,<br>
&gt;<br>
&gt; i just built kie wb 6.1.CR1 and testing it.<br>
&gt; sometimes when i click &quot;Claim&quot; icon, it shows item claimed notification but still not show complete icon. also change status ready to in progress.<br>
&gt; it seems like the task locked .but when i click on release icon it gives error,<br>
&gt;<br>
&gt; Unexpected error encountered : org.jbpm.services.task.exception.PermissionDeniedException:User &#39;[UserImpl:&#39;krisv&#39;]&#39; was unable to execute operation &#39;Release&#39; on task id 3 due to a no &#39;current status&#39; match<br>



&gt;<br>
&gt; please check the attached image..<br>
&gt;<br>
&gt; regards,<br>
&gt; Akila<br>
</div></div>&gt; &lt;Screenshot from 2014-06-24 16:53:41.png&gt;_______________________________________________<br>
&gt; jbpm-dev mailing list<br>
&gt; <a href="mailto:jbpm-dev@lists.jboss.org" target="_blank">jbpm-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/jbpm-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/jbpm-dev</a><br>
<br>
</blockquote></div><br></div>
</blockquote></div><br></div></div></div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>