<?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 Content type and workflow in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/content-type-and-workflow/m-p/211694#M164824</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;SPAN&gt;We have a need to create a workflow around a concept called "jobs". A job is a set of files which are passed from one workflow state to another. we thought that possibly we could have have a new content type representing each job. Each instance of this content type would be executed through the workflow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this sort of thinking conceptually correct?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sameer&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Oct 2009 13:46:07 GMT</pubDate>
    <dc:creator>samthakur74</dc:creator>
    <dc:date>2009-10-09T13:46:07Z</dc:date>
    <item>
      <title>Content type and workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-type-and-workflow/m-p/211694#M164824</link>
      <description>Hello,We have a need to create a workflow around a concept called "jobs". A job is a set of files which are passed from one workflow state to another. we thought that possibly we could have have a new content type representing each job. Each instance of this content type would be executed through th</description>
      <pubDate>Fri, 09 Oct 2009 13:46:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-type-and-workflow/m-p/211694#M164824</guid>
      <dc:creator>samthakur74</dc:creator>
      <dc:date>2009-10-09T13:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Content type and workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-type-and-workflow/m-p/211695#M164825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Sameer, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;content types and aspects are relevant, when you want to distinguish following differences&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* different sets of metadata&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* different sets of edit-forms in the details page or workflowsteps&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* different configurations (icons, searchabilit, beahviours, rolerights, actions)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To do a workflow with workflowrelevant metadata with 1 or more files, you do not need contenttypes in the standard explorer at all.&amp;nbsp; You do need a workflow-contentype to enable the workflow to store its data somewhere.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The advanced workflow is basically a token, passed around between actors (the system or a javaclass could be an actor as well, then its not&amp;nbsp; a "tasknode but just a node". Each user gets displayed a specific edit-form based on the workflow-contentmodell and the web-client-config.properties and web-client-custom-config.properties. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So you can pass files to be edited&amp;nbsp; (content or their properties) or to enter data in forms during the workflow and act upon that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does that help ? For further readings, check the wiki for "Workflow adminsitration" and the links in my signature.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Norgan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2009 14:09:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-type-and-workflow/m-p/211695#M164825</guid>
      <dc:creator>norgan</dc:creator>
      <dc:date>2009-10-09T14:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Content type and workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/content-type-and-workflow/m-p/211696#M164826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Sameer,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We had a similar problem for one of our client. What we did is following.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Create an aspect in your Content Model which has one field similar to job id.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Add this aspect for all incoming documents.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Add one action to batch documents called 'Create a Batch' which will add one common values to all related job documents.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Customize start advance workflow dialog [getResources method of org.alfresco.web.bean.workflow.StartWorkflowWizard class] to add all batched documents with the same job number as of the document on which the workflow has started.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. The batched documents will be displayed in the resources panel of a workflow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this helps. Let me know if you have any questions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kalpesh Patel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2010 12:25:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/content-type-and-workflow/m-p/211696#M164826</guid>
      <dc:creator>kalpeshforecm</dc:creator>
      <dc:date>2010-01-04T12:25:09Z</dc:date>
    </item>
  </channel>
</rss>

