<?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: Prioritization Support in Activiti in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/prioritization-support-in-activiti/m-p/139525#M97778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Joram,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;we are thinking of a priority given as a parameter to the RuntimeService.startProcessInstanceBy* calls and then giving it to each called SubProcess instance and so on. The prioirty will be store in ACT_RU_EXECUTION. The JobExecuter takes this priority into account.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What do you think?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards, Wolf&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 May 2013 11:31:09 GMT</pubDate>
    <dc:creator>keymaster</dc:creator>
    <dc:date>2013-05-07T11:31:09Z</dc:date>
    <item>
      <title>Prioritization Support in Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/prioritization-support-in-activiti/m-p/139523#M97776</link>
      <description>Hello.I read in http://forums.activiti.org/content/job-acquisition-filterandhttps://github.com/Activiti/Activiti/wiki/Activiti-configuration-%285.13%29about plans to add prioritization to Activiti. Is it already in the git repository or are there still plans to do it in 5.13?Regards, Wolf</description>
      <pubDate>Thu, 25 Apr 2013 16:21:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/prioritization-support-in-activiti/m-p/139523#M97776</guid>
      <dc:creator>keymaster</dc:creator>
      <dc:date>2013-04-25T16:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Prioritization Support in Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/prioritization-support-in-activiti/m-p/139524#M97777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;gt; about plans to add prioritization to Activiti. Is it already in the git repository or are there still plans to do it in 5.13?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No, not yet planned. It is something which we really like to have, but also difficult to get right.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What do you think would be a good approach? What makes a job more important than other ones? How would you configure it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Apr 2013 08:23:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/prioritization-support-in-activiti/m-p/139524#M97777</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-04-30T08:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Prioritization Support in Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/prioritization-support-in-activiti/m-p/139525#M97778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Joram,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;we are thinking of a priority given as a parameter to the RuntimeService.startProcessInstanceBy* calls and then giving it to each called SubProcess instance and so on. The prioirty will be store in ACT_RU_EXECUTION. The JobExecuter takes this priority into account.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What do you think?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards, Wolf&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 11:31:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/prioritization-support-in-activiti/m-p/139525#M97778</guid>
      <dc:creator>keymaster</dc:creator>
      <dc:date>2013-05-07T11:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Prioritization Support in Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/prioritization-support-in-activiti/m-p/139526#M97779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Makes sense, altough you probably can also store it in the process definition (maybe custom extension element) so you don't need to put it in the DB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 14:14:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/prioritization-support-in-activiti/m-p/139526#M97779</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-05-08T14:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Prioritization Support in Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/prioritization-support-in-activiti/m-p/139527#M97780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This approach does not match our requirements. We habe different priorized orders using the same process definitions. If we create a pull request after we have a stable solution using jobs and executions, is there a chance to merge this pull request into the main branch?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards, Wolf&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 May 2013 08:32:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/prioritization-support-in-activiti/m-p/139527#M97780</guid>
      <dc:creator>keymaster</dc:creator>
      <dc:date>2013-05-12T08:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Prioritization Support in Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/prioritization-support-in-activiti/m-p/139528#M97781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Depends on how generic the solution is. Chances are, we'll not be using the suggested implementation. However, if you see it's difficult to plug in your implementation in a vanilla-activiti (not having to change activiti-sources but only configure it using your custom classes) we should make sure it's easier to extend activiti with custom job-handling. The solution you suggest can become part of activiti as an "optional" configuration you can alter in order to use the mechanism suggested by you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2013 09:07:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/prioritization-support-in-activiti/m-p/139528#M97781</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-05-13T09:07:08Z</dc:date>
    </item>
  </channel>
</rss>

