<?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: Simple workflow issues in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-issues/m-p/158870#M112938</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;it seems that space rule is executed by current userr who put file into, not by background system itself. If it's true, there is no way to make a chain effect ( A invoke B, and B invoke C then) to make job more loosely couple, that's quite a pity for Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not to violate the space permission and achieve move and invoke rule freely, i think you can try adding an custom action (usually by java program) with administrator authority to do anything inside it's session period, it acts as a bridge object to link any space and rule together.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 16 Mar 2008 08:52:44 GMT</pubDate>
    <dc:creator>liao1108</dc:creator>
    <dc:date>2008-03-16T08:52:44Z</dc:date>
    <item>
      <title>Simple workflow issues</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-issues/m-p/158869#M112937</link>
      <description>Hello,I am playing with simple workflows in Alfresco Community 2.1, and have hit some issues. The scenario I have is:I have two user groups A and B and three spaces: Draft, Approving and Approved. The (very simple) workflow I tried to configure is:1. Group A posts a document do Draft (and possibly e</description>
      <pubDate>Tue, 11 Mar 2008 20:21:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-issues/m-p/158869#M112937</guid>
      <dc:creator>migueletto</dc:creator>
      <dc:date>2008-03-11T20:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Simple workflow issues</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-issues/m-p/158870#M112938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;it seems that space rule is executed by current userr who put file into, not by background system itself. If it's true, there is no way to make a chain effect ( A invoke B, and B invoke C then) to make job more loosely couple, that's quite a pity for Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not to violate the space permission and achieve move and invoke rule freely, i think you can try adding an custom action (usually by java program) with administrator authority to do anything inside it's session period, it acts as a bridge object to link any space and rule together.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Mar 2008 08:52:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-issues/m-p/158870#M112938</guid>
      <dc:creator>liao1108</dc:creator>
      <dc:date>2008-03-16T08:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Simple workflow issues</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-issues/m-p/158871#M112939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the information. Is there any documentation on how to write custom actions (Java knowledge is not a problem) ? Do custom actions always run with system privileges ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also remember reading somewhere that when a rule is executed in background, it runs with system privileges (is this true ??). So I created a rule to run a script (the backup.js example script) to move a document to a restricted folder, but it silently failed. I assume it failed because of lack of privileges, since the logged in user does not have permission to write to the destination folder, and it seems the rule did not run with system privileges.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The permission system in Alfresco is turning a little frustating for me. Maybe I am trying to implement something Alfresco was not designed for. What I really wanted to do is: forcing users to move documents from one space to other only through workflow actions, and not allowing them to manually remove anything from there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Marcio.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 13:37:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-issues/m-p/158871#M112939</guid>
      <dc:creator>migueletto</dc:creator>
      <dc:date>2008-03-19T13:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Simple workflow issues</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-issues/m-p/158872#M112940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It would take long time to adjust Alfresco security and permission. Spaces in Alfresco play the same role as Folder in Operation System, if a folder owned by you, you would do anything you want, you can create child, share to someone, define rule in the back…., the design philosophy for rule, i think, is different to stored procedure in RDBMS. If you are going to make them act as stored procedure(always run as system administrator), you have to re-arrange all equiped system behavior, it's terrible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found Script in Workflow could be run as 'admin', that may solve lots of problem, but is's only available in version 2.9, i am still evaluating it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Leo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 02:25:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-issues/m-p/158872#M112940</guid>
      <dc:creator>liao1108</dc:creator>
      <dc:date>2008-03-20T02:25:36Z</dc:date>
    </item>
  </channel>
</rss>

