<?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: Modelling question: Multiple contributors to activity in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/modelling-question-multiple-contributors-to-activity/m-p/140175#M98179</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If the tool feel clunky somehow, please create Jira issues accordingly so we can fix them. That too, is contributing to open source!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Jul 2013 14:27:15 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2013-07-11T14:27:15Z</dc:date>
    <item>
      <title>Modelling question: Multiple contributors to activity</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/modelling-question-multiple-contributors-to-activity/m-p/140172#M98176</link>
      <description>Activiti newbie question (apologies if this is the wrong forum):An activity (a "Job") involves collecting data pertaining to the quality of physical artefacts. The quality of said artefacts is determined by human inspection.When a Job is defined by a "Job Manager", the artefact type, total quantity</description>
      <pubDate>Tue, 09 Jul 2013 06:32:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/modelling-question-multiple-contributors-to-activity/m-p/140172#M98176</guid>
      <dc:creator>michaelfranz</dc:creator>
      <dc:date>2013-07-09T06:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Modelling question: Multiple contributors to activity</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/modelling-question-multiple-contributors-to-activity/m-p/140173#M98177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you have the same task that should be repeated X times (potentially, but not required;, by different users) you can use the multi-instance approach (see user guide). If its more than a single "activity" that needs to be repeated, you can bundle all the work in a sub-process and repeat that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to have the abortion of a job be based on the outcome of the user-task, you can indeed use a exl-gateway after a user-task. When the job should be aborted, you can thow an Error-event, for example. In case you're "job-process" is wrapped in a sub-process, you can add a catching-error-boundary-event to the sub-process. When one user sends a request to "cancel" the job, the whole sub-process is terminated and the process moves on to the activity you have modeled after the "boundary event" (potentially process-end or a special user-task).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 08:58:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/modelling-question-multiple-contributors-to-activity/m-p/140173#M98177</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-07-09T08:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Modelling question: Multiple contributors to activity</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/modelling-question-multiple-contributors-to-activity/m-p/140174#M98178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Terrific info. Many thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A couple of points re your first suggestion:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It's not so much a "repeated task". It's more like one or more users contribute participate on a single task. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, having done a little bit of reading around this in the past hours (see section "Multiple Resource Patterns" at &lt;/SPAN&gt;&lt;A href="http://www.workflowpatterns.com/patterns/resource/" rel="nofollow noopener noreferrer"&gt;http://www.workflowpatterns.com/patterns/resource/&lt;/A&gt;&lt;SPAN&gt;), I now have the feeling that this should be modelled differently to what I first envisaged and I suspect this is probably what you're getting at: The main process deals with the "Job". This is assigned to a Job Manager and stays that way until completion. It's execution results in the instantiation of 1..n "Inspections" with one inspection per Inspector. I guess this could be a subprocess [comments welcome]. Once each or the Inspection subprocesses are completed - or aborted - the main process can complete.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally, I presume all this can be expressed using the Activiti Designer. I must confess I'm finding the tool a bit clunky (on Mac at least), but that might be down to inexperience.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Apols for the undoubted misuse of the terminology… new territory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jul 2013 14:00:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/modelling-question-multiple-contributors-to-activity/m-p/140174#M98178</guid>
      <dc:creator>michaelfranz</dc:creator>
      <dc:date>2013-07-09T14:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Modelling question: Multiple contributors to activity</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/modelling-question-multiple-contributors-to-activity/m-p/140175#M98179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If the tool feel clunky somehow, please create Jira issues accordingly so we can fix them. That too, is contributing to open source!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2013 14:27:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/modelling-question-multiple-contributors-to-activity/m-p/140175#M98179</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-07-11T14:27:15Z</dc:date>
    </item>
  </channel>
</rss>

