<?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: take ownership button in custom workflow in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/take-ownership-button-in-custom-workflow/m-p/221285#M174415</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Without "take ownership" you might as well use non-pooled tasks.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Not true.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you code in an "Approve", that moves the ownership to that person &lt;/SPAN&gt;&lt;STRONG&gt;and&lt;/STRONG&gt;&lt;SPAN&gt; they can approve and take ownership at the same time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So back to the original question… has anyone successfully gotten rid of the "take ownership" button?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 May 2010 19:59:27 GMT</pubDate>
    <dc:creator>lucille_arkenst</dc:creator>
    <dc:date>2010-05-25T19:59:27Z</dc:date>
    <item>
      <title>take ownership button in custom workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/take-ownership-button-in-custom-workflow/m-p/221283#M174413</link>
      <description>Hi,&amp;nbsp;&amp;nbsp;&amp;nbsp; i have configured custom workflow in wcm with pooled actors. when a content is send for approval there is a button "Take Ownership". how can i remove this button. any clues.&amp;nbsp;&amp;nbsp;&amp;nbsp; second, i cant see edit button although i have configured edit_package_item_actions for this approval group.&amp;nbsp;&amp;nbsp; thank</description>
      <pubDate>Thu, 28 May 2009 07:12:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/take-ownership-button-in-custom-workflow/m-p/221283#M174413</guid>
      <dc:creator>darklord</dc:creator>
      <dc:date>2009-05-28T07:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: take ownership button in custom workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/take-ownership-button-in-custom-workflow/m-p/221284#M174414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What is the point of using pooled tasks if you aren't going to let the members of the pool take ownership of the task? Taking ownership removes the task from the general pool and assigns it to that owner (thus removing it from everyone else's task list). The owner can then take action or return it to the pool. Without "take ownership" you might as well use non-pooled tasks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2009 22:46:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/take-ownership-button-in-custom-workflow/m-p/221284#M174414</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2009-06-18T22:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: take ownership button in custom workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/take-ownership-button-in-custom-workflow/m-p/221285#M174415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Without "take ownership" you might as well use non-pooled tasks.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Not true.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you code in an "Approve", that moves the ownership to that person &lt;/SPAN&gt;&lt;STRONG&gt;and&lt;/STRONG&gt;&lt;SPAN&gt; they can approve and take ownership at the same time.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So back to the original question… has anyone successfully gotten rid of the "take ownership" button?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 May 2010 19:59:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/take-ownership-button-in-custom-workflow/m-p/221285#M174415</guid>
      <dc:creator>lucille_arkenst</dc:creator>
      <dc:date>2010-05-25T19:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: take ownership button in custom workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/take-ownership-button-in-custom-workflow/m-p/221286#M174416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think the secret is to &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- provide a new backing bean, deriving from class ManageTaskDialog, overriding method &lt;/SPAN&gt;&lt;STRONG&gt;public List&amp;lt;DialogButtonConfig&amp;gt; getAdditionalButtons()&lt;/STRONG&gt;&lt;SPAN&gt; to not create the "Take Ownership" button&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Override the workflow tasks dialog configuration as described in &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/WorkflowAdministration#Step_5:_Configure_the_Web_Client_Task_Dialogs" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/WorkflowAdministration#Step_5:_Configure_the_Web_Client_Task_Dialogs&lt;/A&gt;&lt;SPAN&gt;, using the new backing bean.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- configure the new bean from above in faces-config-custom.xml (copy the config section for original ManageTaskDialog bean)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HTH &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Gyro&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 11:48:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/take-ownership-button-in-custom-workflow/m-p/221286#M174416</guid>
      <dc:creator>gyro_gearless</dc:creator>
      <dc:date>2010-05-26T11:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: take ownership button in custom workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/take-ownership-button-in-custom-workflow/m-p/221287#M174417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Much appreciated.&amp;nbsp; I will try it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 May 2010 13:44:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/take-ownership-button-in-custom-workflow/m-p/221287#M174417</guid>
      <dc:creator>lucille_arkenst</dc:creator>
      <dc:date>2010-05-26T13:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: take ownership button in custom workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/take-ownership-button-in-custom-workflow/m-p/221288#M174418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Mar 2014 19:28:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/take-ownership-button-in-custom-workflow/m-p/221288#M174418</guid>
      <dc:creator>lucille_arkenst</dc:creator>
      <dc:date>2014-03-29T19:28:00Z</dc:date>
    </item>
  </channel>
</rss>

