<?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: Process stuck in timerEvent after rollback in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/process-stuck-in-timerevent-after-rollback/m-p/216648#M169778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had this in mind indeed. However it seems like a workaround to what I would like to achieve.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would prefer to use an asynchronous version of runtime/process-instances service so I would not have to modify all my business processes first steps. (not runtime/executions as in my first post)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So my understanding is that there's no such behavior in current version of Activiti "Process Instances" REST API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 May 2016 14:38:56 GMT</pubDate>
    <dc:creator>remibantos</dc:creator>
    <dc:date>2016-05-18T14:38:56Z</dc:date>
    <item>
      <title>Process stuck in timerEvent after rollback</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-stuck-in-timerevent-after-rollback/m-p/216644#M169774</link>
      <description>Hello,After a disk space issue in my Activiti server, I've noticed that a lot of business processes transactions had been rollbacked.I use Activiti REST API, and i've added a timerEvent with a delay at the very begining of each business processes, to emulate an asynchronous call when starting active</description>
      <pubDate>Wed, 27 Apr 2016 18:03:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-stuck-in-timerevent-after-rollback/m-p/216644#M169774</guid>
      <dc:creator>remibantos</dc:creator>
      <dc:date>2016-04-27T18:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Process stuck in timerEvent after rollback</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-stuck-in-timerevent-after-rollback/m-p/216645#M169775</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 there a way to make Activiti /runtime/executions REST API asynchronous?&lt;BR /&gt;[/quote&lt;BR /&gt;What do you mean?&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What kind of signal could I send for this timerEvent?&lt;/BLOCKQUOTE&gt;e.g.&lt;BR /&gt;&lt;CODE&gt;org.activiti.engine.ManagementService#executeJob&lt;/CODE&gt; or set job retries to &amp;gt;0.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Martin&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 06:38:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-stuck-in-timerevent-after-rollback/m-p/216645#M169775</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2016-05-02T06:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Process stuck in timerEvent after rollback</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-stuck-in-timerevent-after-rollback/m-p/216646#M169776</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;Currently, when I do a POST request to runtime/process-instances resource to start a process instance, I have to wait for Activiti to execute the instance to the first waiting "activity" such as an event gateway for sample, to finally get a HTTP 201 answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would like instead that Activiti answers a 202 ACCEPTED HTTP code and create the process instance (and process it) asynchronously.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;See the runtime/signals service which has such behavior.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Should I do a PR for that?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Rémi&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 16:51:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-stuck-in-timerevent-after-rollback/m-p/216646#M169776</guid>
      <dc:creator>remibantos</dc:creator>
      <dc:date>2016-05-02T16:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Process stuck in timerEvent after rollback</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-stuck-in-timerevent-after-rollback/m-p/216647#M169777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Simply make the first step of the process async and it will return after starting it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But that will still give you a 201 and not a 202 of course.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 May 2016 12:48:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-stuck-in-timerevent-after-rollback/m-p/216647#M169777</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-05-03T12:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Process stuck in timerEvent after rollback</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-stuck-in-timerevent-after-rollback/m-p/216648#M169778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had this in mind indeed. However it seems like a workaround to what I would like to achieve.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would prefer to use an asynchronous version of runtime/process-instances service so I would not have to modify all my business processes first steps. (not runtime/executions as in my first post)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So my understanding is that there's no such behavior in current version of Activiti "Process Instances" REST API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 14:38:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-stuck-in-timerevent-after-rollback/m-p/216648#M169778</guid>
      <dc:creator>remibantos</dc:creator>
      <dc:date>2016-05-18T14:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: Process stuck in timerEvent after rollback</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-stuck-in-timerevent-after-rollback/m-p/216649#M169779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nope, it's not there at the moment. But it's something i'd like to add in the future for sure.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 17:03:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-stuck-in-timerevent-after-rollback/m-p/216649#M169779</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-05-18T17:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Process stuck in timerEvent after rollback</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-stuck-in-timerevent-after-rollback/m-p/216650#M169780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi remibantos,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;another possibility is to hook into process parsing and make first steps of all processes async by default.&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>Fri, 20 May 2016 07:07:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-stuck-in-timerevent-after-rollback/m-p/216650#M169780</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2016-05-20T07:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Process stuck in timerEvent after rollback</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/process-stuck-in-timerevent-after-rollback/m-p/216651#M169781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Martin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, this is what I do know, (waiting for someone to do a PR for an async REST api) but I had a lot of issues with enabling of async continuations in my BP.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(See this post I just did: &lt;/SPAN&gt;&lt;A href="https://forums.activiti.org/comment/35378#comment-35378" rel="nofollow noopener noreferrer"&gt;https://forums.activiti.org/comment/35378#comment-35378&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 09:20:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/process-stuck-in-timerevent-after-rollback/m-p/216651#M169781</guid>
      <dc:creator>remibantos</dc:creator>
      <dc:date>2016-06-03T09:20:36Z</dc:date>
    </item>
  </channel>
</rss>

