<?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: Drupal Alfresco workflow in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/drupal-alfresco-workflow/m-p/280896#M234026</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;lt;blockquote&amp;gt;Alfresco 3.4 uses Activiti as its workflow engine, right?&amp;lt;/blockquote&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It support both JBPM and Activiti by default Activiti will be enabled but you can easily configure alfresco to enable JBPM.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockquote&amp;gt; I was wondering if this can be achieved with some database queries?&amp;lt;/blockquote&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You do not need to interact with database(alfresco side) it will be really complex one If you will be using action class you already have the access of all the properties and document of current workflow.And Drupal must have some API which will allows you to upload the document.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 May 2013 09:04:30 GMT</pubDate>
    <dc:creator>mitpatoliya</dc:creator>
    <dc:date>2013-05-23T09:04:30Z</dc:date>
    <item>
      <title>Drupal Alfresco workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/drupal-alfresco-workflow/m-p/280893#M234023</link>
      <description>I have successfully integrated Drupal 6 with Alfresco 3.4 using alfresco module available for Drupal.Now I want a workflow where after a document upload, Alfresco administrator approves it and it gets uploaded to our Drupal site.Where should I start?Any kind of tutorials, articles or advice that can</description>
      <pubDate>Tue, 21 May 2013 12:09:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/drupal-alfresco-workflow/m-p/280893#M234023</guid>
      <dc:creator>pallavi_jain</dc:creator>
      <dc:date>2013-05-21T12:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Drupal Alfresco workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/drupal-alfresco-workflow/m-p/280894#M234024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Pallavi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can surly do that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Drupal must be supporting CMIS APIs or web-services which allows you to upload the content in Drupal.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now you can call that APIs in your java class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;JBPM and Activiti both has concept of Action class which are JAVA class which can be invoked during events like transition, task enter,task end. So, you can use those classes to interact with Drupal by above mentioned way. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 03:23:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/drupal-alfresco-workflow/m-p/280894#M234024</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2013-05-22T03:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Drupal Alfresco workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/drupal-alfresco-workflow/m-p/280895#M234025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Mits,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Good to know that what I wanted is achievable. Now I'll start with some tutorials and try to achieve it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco 3.4 uses Activiti as its workflow engine, right? Correct me if I'm wrong here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And please point out some good tutorials to begin with.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And Mits, I was wondering if this can be achieved with some database queries? May be, if I can insert an approved document to Drupal database from Alfresco content repository? Can I get binary files(documents) based on their status(approved/rejected)? If yes, then how?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please give your feedback.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 06:29:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/drupal-alfresco-workflow/m-p/280895#M234025</guid>
      <dc:creator>pallavi_jain</dc:creator>
      <dc:date>2013-05-23T06:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Drupal Alfresco workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/drupal-alfresco-workflow/m-p/280896#M234026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;lt;blockquote&amp;gt;Alfresco 3.4 uses Activiti as its workflow engine, right?&amp;lt;/blockquote&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It support both JBPM and Activiti by default Activiti will be enabled but you can easily configure alfresco to enable JBPM.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockquote&amp;gt; I was wondering if this can be achieved with some database queries?&amp;lt;/blockquote&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You do not need to interact with database(alfresco side) it will be really complex one If you will be using action class you already have the access of all the properties and document of current workflow.And Drupal must have some API which will allows you to upload the document.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 09:04:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/drupal-alfresco-workflow/m-p/280896#M234026</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2013-05-23T09:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Drupal Alfresco workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/drupal-alfresco-workflow/m-p/280897#M234027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay Mits, I got your point. Can you help me a little more?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Kindly provide some referencce link(tutorial or blog where the above discussed solution, or similar, is implemented) and link to the drupal API which will help me getting what I want(I searched but it doesn't seem to be clear for me).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I customize the review workflow?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 09:31:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/drupal-alfresco-workflow/m-p/280897#M234027</guid>
      <dc:creator>pallavi_jain</dc:creator>
      <dc:date>2013-05-23T09:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Drupal Alfresco workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/drupal-alfresco-workflow/m-p/280898#M234028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Pallavi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You able to get the answer at the following link (&lt;/SPAN&gt;&lt;A href="http://drupalmint.com/" rel="nofollow noopener noreferrer"&gt;http://drupalmint.com/&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Dec 2013 09:44:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/drupal-alfresco-workflow/m-p/280898#M234028</guid>
      <dc:creator>sundeepgrandhi</dc:creator>
      <dc:date>2013-12-26T09:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Drupal Alfresco workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/drupal-alfresco-workflow/m-p/280899#M234029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After integrating drupal with alfresco, can I deploy my own workflow and get the features of activiti explorer?.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 07:31:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/drupal-alfresco-workflow/m-p/280899#M234029</guid>
      <dc:creator>ashendra</dc:creator>
      <dc:date>2014-02-17T07:31:09Z</dc:date>
    </item>
  </channel>
</rss>

