<?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 Task model Permissions in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/task-model-permissions/m-p/277702#M230832</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a client requirement that wants the package of the workflow to be read only to all reviewers as its moving through the review process.&amp;nbsp; The issue that I am having is that when I set the permissions on the package item to Consumer for the reviewers, they are not able to add comments or edit any fields on the task model.&amp;nbsp; When I increase the permissions to Editor, the task model fields are editable.&amp;nbsp; Is there a way to achieve such separation of permissions between the task model and package item permissions?&amp;nbsp; I want to be able to edit the task model form fields without setting edit permissions on the package item.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help on this is greatly appreciated.&amp;nbsp; This is a critical issue for my client.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Shannon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Feb 2013 16:27:23 GMT</pubDate>
    <dc:creator>srobinson</dc:creator>
    <dc:date>2013-02-12T16:27:23Z</dc:date>
    <item>
      <title>Task model Permissions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/task-model-permissions/m-p/277702#M230832</link>
      <description>I have a client requirement that wants the package of the workflow to be read only to all reviewers as its moving through the review process.&amp;nbsp; The issue that I am having is that when I set the permissions on the package item to Consumer for the reviewers, they are not able to add comments or edit an</description>
      <pubDate>Tue, 12 Feb 2013 16:27:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/task-model-permissions/m-p/277702#M230832</guid>
      <dc:creator>srobinson</dc:creator>
      <dc:date>2013-02-12T16:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Task model Permissions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/task-model-permissions/m-p/277703#M230833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Shannon,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There used to be a Permission definition on the WorkflowModel itself for the BPM engine, what you needed to do was to override the bpm property and change it to the one that gave you what you need for the files inside the workflow. This would affect only the files and not the fields.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;type name="wf:reviewTask"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;parent&amp;gt;bpm:workflowTask&amp;lt;/parent&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;overrides&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="bpm:packageItemActionGroup"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;default&amp;gt;edit_package_item_actions&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/overrides&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/type&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Taken from workflowModel.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ivo Costa&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 17:08:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/task-model-permissions/m-p/277703#M230833</guid>
      <dc:creator>ivo_c_costa</dc:creator>
      <dc:date>2013-02-12T17:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Task model Permissions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/task-model-permissions/m-p/277704#M230834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;From what I know, the users permission on the document is all you can control. If they have edit on the document they will get the 'edit' version of the workflow form. What you can do however, is force the fields on the form for that task to be read only. This means that anyone who sees the form will not be able to edit those fields, no matter what their permission on the document. Hopefully this works for your scenario.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you need some users to edit the fields and some users to not edit the fields for the same task, you will need to create two tasks and there by two separate form configs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 18:02:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/task-model-permissions/m-p/277704#M230834</guid>
      <dc:creator>mstein</dc:creator>
      <dc:date>2013-02-12T18:02:38Z</dc:date>
    </item>
  </channel>
</rss>

