<?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: Starting workflow automatically in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/starting-workflow-automatically/m-p/264278#M217408</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to divide your req in two part&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Starting workflow on document upload : this can be done via script and rule&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Develop a custom workflow: Develop advance workflow with user defined review group.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jul 2012 08:13:07 GMT</pubDate>
    <dc:creator>mitpatoliya</dc:creator>
    <dc:date>2012-07-10T08:13:07Z</dc:date>
    <item>
      <title>Starting workflow automatically</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/starting-workflow-automatically/m-p/264277#M217407</link>
      <description>Hi experts,I want to start my custom workflow whenever a document is uploaded into a document library.During the workflow development, I want to specify the user groups also (who can approve or reject the workflow).Please help me.</description>
      <pubDate>Tue, 10 Jul 2012 07:20:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/starting-workflow-automatically/m-p/264277#M217407</guid>
      <dc:creator>muralidharand</dc:creator>
      <dc:date>2012-07-10T07:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Starting workflow automatically</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/starting-workflow-automatically/m-p/264278#M217408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to divide your req in two part&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Starting workflow on document upload : this can be done via script and rule&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Develop a custom workflow: Develop advance workflow with user defined review group.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 08:13:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/starting-workflow-automatically/m-p/264278#M217408</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2012-07-10T08:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Starting workflow automatically</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/starting-workflow-automatically/m-p/264279#M217409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How to custom define the custom while designing the workflow? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You meant to say, just metioning the group name in the properties of the task.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 09:01:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/starting-workflow-automatically/m-p/264279#M217409</guid>
      <dc:creator>muralidharand</dc:creator>
      <dc:date>2012-07-10T09:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Starting workflow automatically</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/starting-workflow-automatically/m-p/264280#M217410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, the following script can be used to start the particular workflow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;var workflow = actions.create("start-workflow");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;workflow.parameters.workflowName = "activiti$activitiReview";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;workflow.parameters["bpm:workflowDescription"] = "Please assign approver for "+ document.name;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;workflow.parameters['bpm:assignee']=people.getPerson("username");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;workflow.parameters["sendEMailNotifications"] = false;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;workflow.execute(document);&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jul 2012 10:14:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/starting-workflow-automatically/m-p/264280#M217410</guid>
      <dc:creator>muralidharand</dc:creator>
      <dc:date>2012-07-10T10:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Starting workflow automatically</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/starting-workflow-automatically/m-p/264281#M217411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes you are done with first step now just second is remaining&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 13:07:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/starting-workflow-automatically/m-p/264281#M217411</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2012-07-16T13:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Starting workflow automatically</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/starting-workflow-automatically/m-p/264282#M217412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For the second question, I have selected "CandiateGroups' from "performer type" drop down and in the expression, i have used workflow variable. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Perform type : candidate groups&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Expression : ${wf_accounts_group_name}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible here to directly specifiy the group name something like, "GROUP_ACCOUNTS" or "GROUP_PURCHASE" ? Because, when I hard code the group name, it is not working. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please suggest me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2012 03:54:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/starting-workflow-automatically/m-p/264282#M217412</guid>
      <dc:creator>muralidharand</dc:creator>
      <dc:date>2012-07-17T03:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Starting workflow automatically</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/starting-workflow-automatically/m-p/264283#M217413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;var workflow = actions.create("start-workflow");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;workflow.parameters.workflowName = "activiti$activitiReview";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;workflow.parameters["bpm:workflowDescription"] = "Please assign approver for "+ document.name;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;workflow.parameters['bpm:assignee']=people.getPerson("username");&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;workflow.parameters["sendEMailNotifications"] = false;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;workflow.execute(document);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;where i have to add this code, in bpmn file or in the javascript file&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2014 05:08:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/starting-workflow-automatically/m-p/264283#M217413</guid>
      <dc:creator>cool123</dc:creator>
      <dc:date>2014-03-28T05:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Starting workflow automatically</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/starting-workflow-automatically/m-p/264284#M217414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I want to do the same but I don't know where you should put myownrule.js in order to could be viewed from Alfresco Share when you choose: add a new rule in a folder + execute script.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In fact, when I choose execute script, only is showed a pre-defifinid workflow "Start workflow review and Approved" and it doesn't work.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 10:28:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/starting-workflow-automatically/m-p/264284#M217414</guid>
      <dc:creator>eduardom</dc:creator>
      <dc:date>2014-04-04T10:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Starting workflow automatically</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/starting-workflow-automatically/m-p/264285#M217415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Put your js file in under Data Dictionary/Scripts so that you will be able to see it when creating a rule via UI&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 14:36:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/starting-workflow-automatically/m-p/264285#M217415</guid>
      <dc:creator>wkyiskevin</dc:creator>
      <dc:date>2014-04-10T14:36:54Z</dc:date>
    </item>
  </channel>
</rss>

