<?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: document life cycle in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/document-life-cycle/m-p/274205#M227335</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi kalyanakumarr,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I assume that when you're referring to Postgres that you mean the document needs to be created/stored in the Alfresco repository? (Alfresco actually only stores document metadata in its database and content in a filesystem-based content store).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The steps you mention below would suggest that you want to create a workflow which will handle the state changes that your document goes through (possibly needing some custom metadata) followed by a custom scheduled action which will handle the regular checking for documents that are 6 months old and deleting them (although if you want to bring them back deleting them might not be the best idea! Better to move them to a location that is not visible to users you don't want to see it and allow your admins/power users to move it back if necessary. Alfresco does provide a "recycle bin" idea accessible through the user profile screen as well though where deleted items can be recovered from if do want to go deleting them).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best place to start reading would be Jeff Potts' developer series (&lt;/SPAN&gt;&lt;A href="http://ecmarchitect.com/alfresco-developer-series" rel="nofollow noopener noreferrer"&gt;http://ecmarchitect.com/alfresco-developer-series&lt;/A&gt;&lt;SPAN&gt;) especially the ones on content modelling, actions and workflow.&amp;nbsp; For scheduled actions the wiki page gives some examples and explanation(&lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Scheduled_Actions" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Scheduled_Actions&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steven&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;More generally, the official docs (&lt;/SPAN&gt;&lt;A href="http://www.alfresco.com/resources/documentation" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.com/resources/documentation&lt;/A&gt;&lt;SPAN&gt;) or the wiki (&lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Main_Page" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Main_Page&lt;/A&gt;&lt;SPAN&gt;) are good places to find info&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 03 Nov 2012 00:30:41 GMT</pubDate>
    <dc:creator>steven_okennedy</dc:creator>
    <dc:date>2012-11-03T00:30:41Z</dc:date>
    <item>
      <title>document life cycle</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/document-life-cycle/m-p/274204#M227334</link>
      <description>Dear Forum Members,A document (odt or ooxml) need to be made from the Table in the Postgresql.After approval the document is said to be in Active state.The document will be modified and again stored in the Postgresql.Now document is said to be in Modify state.Then it becomes Active state after appro</description>
      <pubDate>Sat, 20 Oct 2012 04:52:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/document-life-cycle/m-p/274204#M227334</guid>
      <dc:creator>kalyanakumarr</dc:creator>
      <dc:date>2012-10-20T04:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: document life cycle</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/document-life-cycle/m-p/274205#M227335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi kalyanakumarr,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I assume that when you're referring to Postgres that you mean the document needs to be created/stored in the Alfresco repository? (Alfresco actually only stores document metadata in its database and content in a filesystem-based content store).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The steps you mention below would suggest that you want to create a workflow which will handle the state changes that your document goes through (possibly needing some custom metadata) followed by a custom scheduled action which will handle the regular checking for documents that are 6 months old and deleting them (although if you want to bring them back deleting them might not be the best idea! Better to move them to a location that is not visible to users you don't want to see it and allow your admins/power users to move it back if necessary. Alfresco does provide a "recycle bin" idea accessible through the user profile screen as well though where deleted items can be recovered from if do want to go deleting them).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best place to start reading would be Jeff Potts' developer series (&lt;/SPAN&gt;&lt;A href="http://ecmarchitect.com/alfresco-developer-series" rel="nofollow noopener noreferrer"&gt;http://ecmarchitect.com/alfresco-developer-series&lt;/A&gt;&lt;SPAN&gt;) especially the ones on content modelling, actions and workflow.&amp;nbsp; For scheduled actions the wiki page gives some examples and explanation(&lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Scheduled_Actions" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Scheduled_Actions&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steven&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;More generally, the official docs (&lt;/SPAN&gt;&lt;A href="http://www.alfresco.com/resources/documentation" rel="nofollow noopener noreferrer"&gt;http://www.alfresco.com/resources/documentation&lt;/A&gt;&lt;SPAN&gt;) or the wiki (&lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Main_Page" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Main_Page&lt;/A&gt;&lt;SPAN&gt;) are good places to find info&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 03 Nov 2012 00:30:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/document-life-cycle/m-p/274205#M227335</guid>
      <dc:creator>steven_okennedy</dc:creator>
      <dc:date>2012-11-03T00:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: document life cycle</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/document-life-cycle/m-p/274206#M227336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;:shock:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Nov 2012 09:55:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/document-life-cycle/m-p/274206#M227336</guid>
      <dc:creator>leont3557</dc:creator>
      <dc:date>2012-11-15T09:55:32Z</dc:date>
    </item>
  </channel>
</rss>

