<?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 rules in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-rules/m-p/35570#M18683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the answer…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried what you said and for the first rule that does not work for me… the properties identifier, source, coverage&amp;nbsp; do not appear in my newfile.txt properties. However for the second that is working. So I don't know what I am doing wrong with Dublin Core. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And is it possible to add a rule to complete Space? I means you can see your rules in Space properties and move a full space to another space?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And I went in my node browser and have only these Stores:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-system://system&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;user://alfrescoUserStore&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;workspace://lightWeightVersionStore&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;workspace://SpacesStore&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So I cannot see my rules here?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jan 2006 11:18:14 GMT</pubDate>
    <dc:creator>soeursourire</dc:creator>
    <dc:date>2006-01-17T11:18:14Z</dc:date>
    <item>
      <title>Simple workflow rules</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-rules/m-p/35566#M18679</link>
      <description>Hello,I do not exactly understand how these simple workflow are working. Here is what I am testing:- I create a space "Users"- on this space I choose "Manage Content Rules"- I create a rule Inbound "User Creation Approvement" with "Apply rule to sub spaces" checked (what is Run rule in Background ex</description>
      <pubDate>Mon, 16 Jan 2006 13:01:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-rules/m-p/35566#M18679</guid>
      <dc:creator>soeursourire</dc:creator>
      <dc:date>2006-01-16T13:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Simple workflow rules</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-rules/m-p/35567#M18680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Firstly if you select a rule to run the background it means it is executed asynchronously rather than in the same thread as the action that has triggered the rule.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is handy when you are creating a rule that takes a long time (for example perhaps a transformation) as it prevents the triggering action from being slowed down.&amp;nbsp; An asynchronously executed rule is guaranteed to be done, but when will depend on how busy the repo is with other asynchronous actions as to when it will complete.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rules are stored as nodes of type 'Rule' in a system folder below the related node (in this case the node that represents the Space).&amp;nbsp; If you want to 'see' the rule nodes then use the NodeInspector UI (the standard UI will filter out system folders.&amp;nbsp; They are visible in the database, but only in so much as all nodes are.&amp;nbsp; There is no special schema for Rules.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Once an incoming rule has been added to a Space any nodes created or moved into that Space will have the rule triggered against it.&amp;nbsp; In your example if you want to see the rule work then create some new content (after you have defined the rule) and then have a look at its properties.&amp;nbsp; You should see that is has the specified workflow applied to it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By default rules will only be applied to nodes within the Space at its top level, but since you have selected to apply rule to sub spaces, any nodes added to sub-Spaces of the top Space will also trigger the rule and therefore have the specified workflow applied.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Roy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2006 16:11:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-rules/m-p/35567#M18680</guid>
      <dc:creator>rwetherall</dc:creator>
      <dc:date>2006-01-16T16:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Simple workflow rules</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-rules/m-p/35568#M18681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Many thanks for your answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That helps but I have still some troubles:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- First I have a space with a rule already defined with title "Doc approve" and as you told me after the rule has been created for my space "MySpace" I went inside this space and created a new content (I added a document) but then I do not have the rule "Doc approve" against it (only Update, Preview in Template, Copy, Cut)… I really do not understand why…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Secondly please would you mind telling me what is this NodeInspector UI, where I can find it? Directly in the portal user interface of Alfresco?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Finally I browsed the database with sql queries and found some tables: child_assoc, externalkeys, node, node_aspects, node_assoc etc… so if I want to find my rule "Doc approve" applied to a space where is it stored in this database, in which node? How can I find it? I cannot do a query that looks for any fields of a table where a field has for value "Doc approve" without knowing the name of the field right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2006 08:21:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-rules/m-p/35568#M18681</guid>
      <dc:creator>soeursourire</dc:creator>
      <dc:date>2006-01-17T08:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Simple workflow rules</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-rules/m-p/35569#M18682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;- There should be one or two new menu items on the newly created content.&amp;nbsp; The labels of these items correspond to the approve/reject steps defined in the workflow.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you try this? Create a new space - create a rule in the space - ensure "apply rule to sub-spaces" is off and "run rule in background" is off - select "All Items" condition - select "Add Aspect" action - select "Dublin Core".&amp;nbsp; Finish.&amp;nbsp; Now select "create content" - enter text - select next - select finish.&amp;nbsp; Now view details of newly created content - you should see properties called identifier, source, coverage etc.&amp;nbsp; That means the rule has been applied.&amp;nbsp; Now create a new rule in the space for the workflow.&amp;nbsp; Then create new content in the same space.&amp;nbsp; New menu items on the newly created content should now appear.&amp;nbsp; Has that worked?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- The NodeInspector is found in the Administration Console (you have to be logged in as an administrator - found in More… menu of a Space) - the Node Browser link.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2006 10:37:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-rules/m-p/35569#M18682</guid>
      <dc:creator>davidc</dc:creator>
      <dc:date>2006-01-17T10:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Simple workflow rules</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-rules/m-p/35570#M18683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the answer…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried what you said and for the first rule that does not work for me… the properties identifier, source, coverage&amp;nbsp; do not appear in my newfile.txt properties. However for the second that is working. So I don't know what I am doing wrong with Dublin Core. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And is it possible to add a rule to complete Space? I means you can see your rules in Space properties and move a full space to another space?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And I went in my node browser and have only these Stores:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-system://system&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;user://alfrescoUserStore&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;workspace://lightWeightVersionStore&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;workspace://SpacesStore&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So I cannot see my rules here?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2006 11:18:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-rules/m-p/35570#M18683</guid>
      <dc:creator>soeursourire</dc:creator>
      <dc:date>2006-01-17T11:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Simple workflow rules</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-rules/m-p/35571#M18684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;- I take it the workflow rule worked.&amp;nbsp; I'm not sure why the Dublin Core rule failed - did you create the rule before creating the content?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Rules for a Space are not yet supported - the current plan is to add those in v1.3.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Rules will be held in workspace://SpacesStore - browse to your space and you'll see rule nodes within it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2006 12:31:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-rules/m-p/35571#M18684</guid>
      <dc:creator>davidc</dc:creator>
      <dc:date>2006-01-17T12:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Simple workflow rules</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-rules/m-p/35572#M18685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;-Yes I created the rule before the content… it's strange.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-I did not find yet my rule "Doc approve" in workspace://SpacesStore/ but well.. I will continue to study that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot for your help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2006 13:42:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-rules/m-p/35572#M18685</guid>
      <dc:creator>soeursourire</dc:creator>
      <dc:date>2006-01-17T13:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Simple workflow rules</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-rules/m-p/35573#M18686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have again some questions&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. What are the following aspects and where and when do they appear with the document: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Complianceable&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Classifiable &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Dublin Core &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Effectivity &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Localizable &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Summarizable &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Templatable &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - Translatable&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. If I am using a rule "if approve move to folder X" is it possible to have a versionable aspect that increases the version while moving (without modifying the document)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. If I create a rule "if approve move to folder X" to the space Y from the admin window, and I invite personZ to space Y, when personZ will log on he will see the rule in the properties on the document but will not have access to execute them (access denied)? Is it possible to let him executing the rule (I tried to give him contributor, coordinator…roles but it does no seem to work). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Is there a specific standard technique used for the development of Alfresco? Would like to understand the structure, architecture of the code, where can I find help?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for your help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2006 09:51:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-rules/m-p/35573#M18686</guid>
      <dc:creator>soeursourire</dc:creator>
      <dc:date>2006-01-19T09:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Simple workflow rules</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-rules/m-p/35574#M18687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Horrible! I created a rule with Add Simple Workflow action but then I have the rule in my Space but the Workflow does not appear in the document I created after the rule. I do not have the actions in the properties of my document….. really do not understand why??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2006 16:58:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-rules/m-p/35574#M18687</guid>
      <dc:creator>soeursourire</dc:creator>
      <dc:date>2006-01-19T16:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Simple workflow rules</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-rules/m-p/35575#M18688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have just tried creating a simple workflow rule on a space, and documents added to that space are all picking up the workflow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you describe what steps you are doing to set up your workflow and view the workflow actions on content please?&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;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jan 2006 17:50:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-rules/m-p/35575#M18688</guid>
      <dc:creator>steve</dc:creator>
      <dc:date>2006-01-19T17:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Simple workflow rules</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-rules/m-p/35576#M18689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the answer: here is my process:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a folder called &lt;/SPAN&gt;&lt;STRONG&gt;WF&lt;/STRONG&gt;&lt;SPAN&gt; in the admin window, then in this space I have 3 other spaces:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Space 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Space 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Space 3&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I go in WF and choose Manage Content Rules -&amp;gt;Create Rule:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Inbound&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-All Versionable&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Apply to sub spaces&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-All Items&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Add Aspect to Items: Versionable&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And this rule seems to work&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I go in Space 1 and choose Manage Content Rules-&amp;gt;Create Rule:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Outbound&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-All items&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Check out content in Space 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Check out content&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-in Space 2&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I go in Space 2 and choose Manage Content Rules-&amp;gt;Create Rule:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Outbound&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-All items&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Add simple workflow to items&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Approve content&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Move to Space 3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Reject content&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Move to Space 1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I go to Space 1, I create a newfile.html document inside but no Check out content in Space 2 appears in its properties. although the rules are described in the details of Space 1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The same for Space 2. The rules are described in its details but if I create a document inside it will not have Approve content on it and in its details in Workflow it is written Not part of any workflow..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And if I only add a simple workflow to Space 2 (without rule Check in) I have the same problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not understand what I am doing wrong and why these documents does not herit these rules… &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please would you mind also checking my last post with my other questions? Thanks a lot for your great help&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jan 2006 07:55:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/simple-workflow-rules/m-p/35576#M18689</guid>
      <dc:creator>soeursourire</dc:creator>
      <dc:date>2006-01-20T07:55:39Z</dc:date>
    </item>
  </channel>
</rss>

