<?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: Need help with workflow in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/need-help-with-workflow/m-p/141708#M99267</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Patrik - thanks! This is also a possible solution. I was able to write a Javascript to do what we needed, but executing it was a chore. With the tip you provided, I was able to create a menu item to execute the Javascript.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, as you said, there is no reference to the "document" or "space" objects, so the script is unable to function. Have you had any luck in getting a response from the Alfresco folks on how to pass the node's path to the Javascript?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there documentation available for any of this (action-group configuration, actionContext object, etc.)? I find the lack of documentation to be quite challenging (to put it mildly…)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Sep 2007 20:36:05 GMT</pubDate>
    <dc:creator>vasuki</dc:creator>
    <dc:date>2007-09-25T20:36:05Z</dc:date>
    <item>
      <title>Need help with workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/need-help-with-workflow/m-p/141704#M99263</link>
      <description>We are evaluating Alfresco for managing our website content. So, please excuse me if there are too many "newbie" questions…I am trying to create the following "workflow" process:I have two Spaces (let's say "DEV", "PRO"). If a user creates or updates a document somewhere in "DEV" (could be at any fo</description>
      <pubDate>Fri, 21 Sep 2007 17:00:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/need-help-with-workflow/m-p/141704#M99263</guid>
      <dc:creator>vasuki</dc:creator>
      <dc:date>2007-09-21T17:00:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/need-help-with-workflow/m-p/141705#M99264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you are attempting to manage your website you would be much better served using our WCM capabilities not simple workflow. WCM provides the support for the thing you are asking and much more!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have a look at the WCM product pages for an overview of the features: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Web_Content_Management" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Web_Content_Management&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/New_Web_Content_Management_Plan" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/New_Web_Content_Management_Plan&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 10:01:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/need-help-with-workflow/m-p/141705#M99264</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2007-09-24T10:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/need-help-with-workflow/m-p/141706#M99265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actually, we do not want Alfresco to manage the website. Our website is highly dynamic and is already running quite well. We only need a Content Management System to maintain the static (plaintext) portions of the website, which we will then dynamically pull in as needed into the dynamic webpages. So, WCM seems to be overkill for this kind of simplistic (?) workflow…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Of course, I am new to all of this, so if you have a reason to differ with my view, I would be happy to hear it… Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 16:23:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/need-help-with-workflow/m-p/141706#M99265</guid>
      <dc:creator>vasuki</dc:creator>
      <dc:date>2007-09-24T16:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/need-help-with-workflow/m-p/141707#M99266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We are developing a process that is similar to yours in alfresco. But as far as i know it's not possible to carry out with an out-of-the-box solution. What we most preferably would like to do is to provide a button under the item in the browsing interface, that performs a javascript on the item. What we haven't solved so far is to associate the script with the item in a suitable way. I have addressed this problem in &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/viewtopic.php?t=8435" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/viewtopic.php?t=8435&lt;/A&gt;&lt;SPAN&gt; where you also can see how to create this type of button.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If that doesn't work out, our next choice is to copy the item to some temporary folder where a rule triggers a javascript. Then the item is automatically associated with the script. With the script you can do all things you want to do; create folders and files, copy folders and files, modify properties, transform etc. Have a look at &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/JavaScript_API" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/JavaScript_API&lt;/A&gt;&lt;SPAN&gt;. The issue that we are experiencing, is to set the version property which is addressed in &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/viewtopic.php?t=8806" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/viewtopic.php?t=8806&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 14:51:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/need-help-with-workflow/m-p/141707#M99266</guid>
      <dc:creator>patrik</dc:creator>
      <dc:date>2007-09-25T14:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/need-help-with-workflow/m-p/141708#M99267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Patrik - thanks! This is also a possible solution. I was able to write a Javascript to do what we needed, but executing it was a chore. With the tip you provided, I was able to create a menu item to execute the Javascript.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, as you said, there is no reference to the "document" or "space" objects, so the script is unable to function. Have you had any luck in getting a response from the Alfresco folks on how to pass the node's path to the Javascript?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there documentation available for any of this (action-group configuration, actionContext object, etc.)? I find the lack of documentation to be quite challenging (to put it mildly…)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 20:36:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/need-help-with-workflow/m-p/141708#M99267</guid>
      <dc:creator>vasuki</dc:creator>
      <dc:date>2007-09-25T20:36:05Z</dc:date>
    </item>
  </channel>
</rss>

