<?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: Can it be possible add Task States other than DelegationStates in the Activiti BPMN2 in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/can-it-be-possible-add-task-states-other-than-delegationstates/m-p/2569#M594</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Krish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further to Thong's answer.&lt;BR /&gt;Remember, Activiti is a completely open source environment, therefore you can easily add as many delegation states as you want, you simply need to create the logic to support each state.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Greg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jan 2017 16:32:28 GMT</pubDate>
    <dc:creator>gdharley</dc:creator>
    <dc:date>2017-01-09T16:32:28Z</dc:date>
    <item>
      <title>Can it be possible add Task States other than DelegationStates in the Activiti BPMN2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/can-it-be-possible-add-task-states-other-than-delegationstates/m-p/2567#M592</link>
      <description>Hi,I have noticed that DelegationStates have only 'PENDING' and 'RESOLVED' assigned. Is is possible to add other states like 'OPEN' or 'ERROR' as well?Regards,Krish</description>
      <pubDate>Fri, 06 Jan 2017 00:57:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/can-it-be-possible-add-task-states-other-than-delegationstates/m-p/2567#M592</guid>
      <dc:creator>krishna_kannega</dc:creator>
      <dc:date>2017-01-06T00:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can it be possible add Task States other than DelegationStates in the Activiti BPMN2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/can-it-be-possible-add-task-states-other-than-delegationstates/m-p/2568#M593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activiti task's delegationState can only be null, 'pending' or 'resolved'. See Activiti documentation about task here&amp;nbsp;&lt;A class="link-titled" href="https://www.activiti.org/userguide/#_get_a_task" title="https://www.activiti.org/userguide/#_get_a_task" rel="nofollow noopener noreferrer"&gt;Activiti User Guide&lt;/A&gt;&amp;nbsp;and Java doc here&amp;nbsp;&lt;A class="link-titled" href="https://www.activiti.org/javadocs/org/activiti/engine/task/DelegationState.html" title="https://www.activiti.org/javadocs/org/activiti/engine/task/DelegationState.html" rel="nofollow noopener noreferrer"&gt;DelegationState (Activiti - Engine 5.22.0 API)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check for methods 'delegateTask' and 'resolveTask' in TaskService Java Doc here&amp;nbsp;&lt;A class="link-titled" href="https://www.activiti.org/javadocs/org/activiti/engine/TaskService.html" title="https://www.activiti.org/javadocs/org/activiti/engine/TaskService.html" rel="nofollow noopener noreferrer"&gt;TaskService (Activiti - Engine 5.22.0 API)&lt;/A&gt;&amp;nbsp;. The doc also explains the exceptions when you are dealing with task delegation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;STRONG&gt;Pending&lt;/STRONG&gt;:&amp;nbsp;&lt;SPAN style="color: #474747; background-color: #ffffff;"&gt;The owner delegated the task and wants to review the result after the assignee has resolved the task.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resolved&lt;/STRONG&gt;:&amp;nbsp;&lt;SPAN style="color: #474747; background-color: #eeeeef;"&gt;The assignee has resolved the task, the assignee was set to the owner again and the owner now finds this task back in the ToDo list for review.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Thong Huynh&lt;/P&gt;&lt;P&gt;bp3‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 07:22:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/can-it-be-possible-add-task-states-other-than-delegationstates/m-p/2568#M593</guid>
      <dc:creator>thuynh</dc:creator>
      <dc:date>2017-01-09T07:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can it be possible add Task States other than DelegationStates in the Activiti BPMN2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/can-it-be-possible-add-task-states-other-than-delegationstates/m-p/2569#M594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Krish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further to Thong's answer.&lt;BR /&gt;Remember, Activiti is a completely open source environment, therefore you can easily add as many delegation states as you want, you simply need to create the logic to support each state.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Greg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 16:32:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/can-it-be-possible-add-task-states-other-than-delegationstates/m-p/2569#M594</guid>
      <dc:creator>gdharley</dc:creator>
      <dc:date>2017-01-09T16:32:28Z</dc:date>
    </item>
  </channel>
</rss>

