<?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 Process blocked on timerboundary event in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/process-blocked-on-timerboundary-event/m-p/215789#M168919</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i have an intermediate boundary event which wait a date calculated by a service task just before (store into a workflow's variable). But i have doing a mistake and my first workflow's version don't calculated the good date and when the process was instanced the intermediate boundary event was instanced without date. Now i have fix this but all my processes start before the fix have no jobs and tasks and seems to be blocked on the intermediateboudaryevent activity. i would set the good date in workflow's variable and to deblock the process's instances.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;is it possible ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the database what is the CACHED_ENT_STATE_ ? because in my case it is set to 0 for bad instance and to 4 for good instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks you for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jul 2016 09:43:17 GMT</pubDate>
    <dc:creator>pred05</dc:creator>
    <dc:date>2016-07-12T09:43:17Z</dc:date>
    <item>
      <title>Process blocked on timerboundary event</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-blocked-on-timerboundary-event/m-p/215789#M168919</link>
      <description>Hi,i have an intermediate boundary event which wait a date calculated by a service task just before (store into a workflow's variable). But i have doing a mistake and my first workflow's version don't calculated the good date and when the process was instanced the intermediate boundary event was ins</description>
      <pubDate>Tue, 12 Jul 2016 09:43:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-blocked-on-timerboundary-event/m-p/215789#M168919</guid>
      <dc:creator>pred05</dc:creator>
      <dc:date>2016-07-12T09:43:17Z</dc:date>
    </item>
    <item>
      <title>Re: Process blocked on timerboundary event</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-blocked-on-timerboundary-event/m-p/215790#M168920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You have to change timer due date in the ACT_RU_JOB table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 06:47:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-blocked-on-timerboundary-event/m-p/215790#M168920</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2016-07-13T06:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Process blocked on timerboundary event</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-blocked-on-timerboundary-event/m-p/215791#M168921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, thanks but the process haven't jobs (and tasks) in progress (no line in ACT_RU_JOB and in ACT_RU_TASK).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And in the ACT_RU_EXECUTION the process is not suspended (set to 1), the ACT_ID is set to the timer "timerintermediatecatchevent1". is it possible to force the process instance to be in a specific state ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jul 2016 07:45:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-blocked-on-timerboundary-event/m-p/215791#M168921</guid>
      <dc:creator>pred05</dc:creator>
      <dc:date>2016-07-13T07:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Process blocked on timerboundary event</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-blocked-on-timerboundary-event/m-p/215792#M168922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;is it possible to force the process instance to be in a specific state&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;yes it is. Create your own command to change DB state of the execution. execution.activityId_ has to be set to the correct one. You have to know what you are doing with the executions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You shoud use org.activiti.engine.impl.cmd.SetProcessDefinitionVersionCmd to set corect process definition version for the process instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2016 11:15:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-blocked-on-timerboundary-event/m-p/215792#M168922</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2016-07-14T11:15:19Z</dc:date>
    </item>
  </channel>
</rss>

