<?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: Reduce a process by usergroups in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/reduce-a-process-by-usergroups/m-p/148572#M103716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, if it is only about visibility of tasks, you should be able to get there with the default assignment options of BPMN.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding different versions of a process definition: you can always programmatically tweak your process, using a Java API and manipulate the BpmnModel.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Jun 2013 07:03:20 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2013-06-24T07:03:20Z</dc:date>
    <item>
      <title>Reduce a process by usergroups</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reduce-a-process-by-usergroups/m-p/148569#M103713</link>
      <description>Hello Activiti Developers,since this is my first request at all, i hope it fits the correct forum. I'm pretty new with BPM in general and Activiti. But your engine seems very powerful and I'm interested in working with Activiti for my studies. The last days i started working with this engine and fee</description>
      <pubDate>Wed, 19 Jun 2013 05:56:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reduce-a-process-by-usergroups/m-p/148569#M103713</guid>
      <dc:creator>fellowtom</dc:creator>
      <dc:date>2013-06-19T05:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce a process by usergroups</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reduce-a-process-by-usergroups/m-p/148570#M103714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1. This is pretty much 'unlike' bpm, as you don't want to go back in time to change something.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to leave the option open for a user to change the data further on, you need to put this data on the user tasks that come later on. So if your process asks for 'A' at the beginning, that same 'A' needs to be part of the further forms if you want it to be editable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Of course, you can easily put your own custom UI above this and allow to change these any time, calling the variable update methods yourself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. You need to explicitly model this behavior in your process, wit indeed a gateway to goes to the correct task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Simply set the correct candidateGroup on each user task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, it's going to get tricky: what if group 2 is at E and someone from group 1 logs in? Or do I misunderstand your problem?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 10:53:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reduce-a-process-by-usergroups/m-p/148570#M103714</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-06-19T10:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce a process by usergroups</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reduce-a-process-by-usergroups/m-p/148571#M103715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for answering so quickly. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To No.1: This were exactly my worries, that this wont be the aim of BPM. But ok, so will implement the methods in the UI.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To No.2: I think I missunderstood my own problem a little bit. Well I'm not sure if I want 2 usergroups for the process or 2 different processes wich are in general like 80% the same used by 2 different "Users". So the Users can at the same time be at the same Task, but it's not the same process (instance). So I think I wanted just to create the wohle process once, but then use it severeal times in little different versions. So its the best to copy a process and delete the not wanted tasks? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Szenario I would like to handle is, that several customers login and see the "same" process as they think. Just customer A has to do a few tasks more, which B doesnt notice. Thats what I would like to achieve.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 11:28:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reduce-a-process-by-usergroups/m-p/148571#M103715</guid>
      <dc:creator>fellowtom</dc:creator>
      <dc:date>2013-06-19T11:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Reduce a process by usergroups</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reduce-a-process-by-usergroups/m-p/148572#M103716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, if it is only about visibility of tasks, you should be able to get there with the default assignment options of BPMN.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding different versions of a process definition: you can always programmatically tweak your process, using a Java API and manipulate the BpmnModel.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 07:03:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reduce-a-process-by-usergroups/m-p/148572#M103716</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-06-24T07:03:20Z</dc:date>
    </item>
  </channel>
</rss>

