<?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: Rule on Workflow in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/rule-on-workflow/m-p/282005#M235135</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;oK, let me go back one step. Which workflow you are using? Simple or Advance?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Simple workflow is normal two step workflow where you define step name from user interface and then also set all parameters like where content should be moved when approve etc..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In advance workflow you just select workflow name from list of available advance workflows (ex. adhoc,parallel group review).&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 28 Dec 2014 19:02:50 GMT</pubDate>
    <dc:creator>mitpatoliya</dc:creator>
    <dc:date>2014-12-28T19:02:50Z</dc:date>
    <item>
      <title>Rule on Workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rule-on-workflow/m-p/282002#M235132</link>
      <description>Is it possible to set Rule to execute script when we create new workflow? My object is when a workflow is created to change the permissions of the assignee.I need to change his permissions because if he does not belong to the site he can not see the document that is sent to him. Is it possible to do</description>
      <pubDate>Tue, 23 Dec 2014 13:10:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rule-on-workflow/m-p/282002#M235132</guid>
      <dc:creator>irenailievska</dc:creator>
      <dc:date>2014-12-23T13:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Rule on Workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rule-on-workflow/m-p/282003#M235133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can always manipulate contents during different stages of workflow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You need not even require to invoke a rule because you can put your alfresco javascript piece of code within your workflow definition file. That&amp;nbsp; piece of code can be embedded within events like "transition","node-leave" etc…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can check out of box workflow files to get better idea on how they are using it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2014 16:44:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rule-on-workflow/m-p/282003#M235133</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2014-12-23T16:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Rule on Workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rule-on-workflow/m-p/282004#M235134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to do this using the workflows that come with Alfresco out-of-the-box ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know where to put this script I am supposed to create and how to access the workflow in question and change the parameters of the assignee ?!?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried looking on the internet but every single script code I found was creating and starting the workflow. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2014 09:42:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rule-on-workflow/m-p/282004#M235134</guid>
      <dc:creator>irenailievska</dc:creator>
      <dc:date>2014-12-24T09:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Rule on Workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rule-on-workflow/m-p/282005#M235135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;oK, let me go back one step. Which workflow you are using? Simple or Advance?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Simple workflow is normal two step workflow where you define step name from user interface and then also set all parameters like where content should be moved when approve etc..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In advance workflow you just select workflow name from list of available advance workflows (ex. adhoc,parallel group review).&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Dec 2014 19:02:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rule-on-workflow/m-p/282005#M235135</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2014-12-28T19:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Rule on Workflow</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rule-on-workflow/m-p/282006#M235136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Simple Workflow. The plan is to use one of the workflows Alfresco offers like Review and Approve. I need to select a document and an assignee and start the workflow. But if the assignee does not belong to the site he can not see the document attached and therefore I need to change his permissions. It is possible to do this by clicking and changing his permissions, but it requires too much steps and I wish to do this when the workflow starts automatic. Sadly I am very new to Alfresco and I don`t know how to do this :/. If I can do this without creating custom workflow it would be the best thing &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2014 10:24:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rule-on-workflow/m-p/282006#M235136</guid>
      <dc:creator>irenailievska</dc:creator>
      <dc:date>2014-12-29T10:24:59Z</dc:date>
    </item>
  </channel>
</rss>

