<?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 Failed Process. in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/failed-process/m-p/119978#M84586</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a api in activiti to find out if a process execution has failed?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jan 2013 09:05:32 GMT</pubDate>
    <dc:creator>susubhas</dc:creator>
    <dc:date>2013-01-23T09:05:32Z</dc:date>
    <item>
      <title>Failed Process.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/failed-process/m-p/119978#M84586</link>
      <description>Is there a api in activiti to find out if a process execution has failed?</description>
      <pubDate>Wed, 23 Jan 2013 09:05:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/failed-process/m-p/119978#M84586</guid>
      <dc:creator>susubhas</dc:creator>
      <dc:date>2013-01-23T09:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Failed Process.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/failed-process/m-p/119979#M84587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you perform an API-call, all synchronous activites (that don't have activiti:async="true") are executed in the calling thread, until a wait-state is reached, an async-activity is found or the end of the process is reached. If there is an exception in the steps performed until that point, you'll get an ActivitiException back from the API-call, informing you about the failure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you have asynchronous execution of a process (being either a timer or an asynchronous activity), all exceptions that occur during execution, are stored in the associated job. You can find out what jobs have failed, using the JobQuery (managementService), narrowing them down using the process-instance id. If the query results in one or more jobs that have an error for that particular process-instance, it has failed. You can inspect the exception stack trace by using the ManagementService.getJobExceptionStacktrace() method…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jan 2013 09:34:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/failed-process/m-p/119979#M84587</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-01-23T09:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Failed Process.</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/failed-process/m-p/119980#M84588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot frederikheremans.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 04:46:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/failed-process/m-p/119980#M84588</guid>
      <dc:creator>susubhas</dc:creator>
      <dc:date>2013-01-24T04:46:15Z</dc:date>
    </item>
  </channel>
</rss>

