<?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: retry servicetask that failed.. in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/retry-servicetask-that-failed/m-p/25690#M12720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;managementService.createJobQuery().jobId(jobid).singleResult();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;managementService.executeJob(jobid);&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 Jun 2014 07:16:39 GMT</pubDate>
    <dc:creator>jollyja</dc:creator>
    <dc:date>2014-06-08T07:16:39Z</dc:date>
    <item>
      <title>retry servicetask that failed..</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/retry-servicetask-that-failed/m-p/25685#M12715</link>
      <description>How can I force to retry a serviceTask, that previosly failed?I have some process Instance that failed, and now, are in this step, but I need to force a new execution (I solve java problem).</description>
      <pubDate>Thu, 20 Jan 2011 10:42:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/retry-servicetask-that-failed/m-p/25685#M12715</guid>
      <dc:creator>jcosano</dc:creator>
      <dc:date>2011-01-20T10:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: retry servicetask that failed..</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/retry-servicetask-that-failed/m-p/25686#M12716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thats strange. I would expect the process to be in the original state, before the service-task was called. When an exception occurs,&amp;nbsp; the transaction is not comitted and the process should be in the state where the execution began (eg. task, waitstate, start-event).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So the active activity ID in the DB points to a serviceTask?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 12:14:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/retry-servicetask-that-failed/m-p/25686#M12716</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-01-20T12:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: retry servicetask that failed..</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/retry-servicetask-that-failed/m-p/25687#M12717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a servicetask that I'm casting from exection to ExecutionImpl and with 5.1 fails this cast… now is ExecutionEntity…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt; String key = ((ExecutionEntity)execution).getProcessInstance().getId();&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;Then… this code is launched by a boundaryEvent…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After crash, this processinstance actual activity was the servicetask that crash..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Same occurs with a groovy script, when I move last moth to 5.0, groovy scripts fails because need a library that instalation don't move to tomcat… then..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;processInstace keep in script node… and this script is launch via boundaryEvent too.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 12:34:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/retry-servicetask-that-failed/m-p/25687#M12717</guid>
      <dc:creator>jcosano</dc:creator>
      <dc:date>2011-01-20T12:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: retry servicetask that failed..</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/retry-servicetask-that-failed/m-p/25688#M12718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could you post some of your process, I'm not quite following what goes wrong.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 08:33:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/retry-servicetask-that-failed/m-p/25688#M12718</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-01-21T08:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: retry servicetask that failed..</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/retry-servicetask-that-failed/m-p/25689#M12719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All test works fine… I don't known what happen but I deleted some instances that failed and kept in wrong state.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If this happen again, I'll try to investigate more…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 09:43:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/retry-servicetask-that-failed/m-p/25689#M12719</guid>
      <dc:creator>jcosano</dc:creator>
      <dc:date>2011-01-21T09:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: retry servicetask that failed..</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/retry-servicetask-that-failed/m-p/25690#M12720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;managementService.createJobQuery().jobId(jobid).singleResult();&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;managementService.executeJob(jobid);&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jun 2014 07:16:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/retry-servicetask-that-failed/m-p/25690#M12720</guid>
      <dc:creator>jollyja</dc:creator>
      <dc:date>2014-06-08T07:16:39Z</dc:date>
    </item>
  </channel>
</rss>

