<?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: How to get the call hierarchy for an Execution in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-the-call-hierarchy-for-an-execution/m-p/118413#M83535</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Right now I'm not using the ExecutionQuery&amp;nbsp; because I was not able to retrieve anything while using it… I probably misuse it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So I just do dirty call like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Execution super = execution.superExecution //this call is done in groovy, that's why I can compile it and call it).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried to use the the query language with calls like&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;runtimeService.createExecutionQuery().processInstanceId(currentExec.processInstanceId).singleResult() but I only got 'null' answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the link, I'll have a look.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jun 2013 13:50:54 GMT</pubDate>
    <dc:creator>guillaume1</dc:creator>
    <dc:date>2013-06-25T13:50:54Z</dc:date>
    <item>
      <title>How to get the call hierarchy for an Execution</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-the-call-hierarchy-for-an-execution/m-p/118411#M83533</link>
      <description>Hello,For learning, debug and test purpose I have created a new ExecutionListener that is attached to all activities of a given process.This ExecutionListener is triggered by the 'start' event and it is charged to display the current process and activity to the console.If the executed activity is in</description>
      <pubDate>Fri, 21 Jun 2013 14:04:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-the-call-hierarchy-for-an-execution/m-p/118411#M83533</guid>
      <dc:creator>guillaume1</dc:creator>
      <dc:date>2013-06-21T14:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the call hierarchy for an Execution</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-the-call-hierarchy-for-an-execution/m-p/118412#M83534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;- There is much information to be found on &lt;/SPAN&gt;&lt;A href="https://github.com/Activiti/Activiti/wiki/Articles-and-Blogs-on-Activiti" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/Activiti/wiki/Articles-and-Blogs-on-Activiti&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- no, super execution is an internal thing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- How do you retrieve it now? Are you using the ExecutionQuery and retrieve all the executions of one process instance?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 08:26:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-the-call-hierarchy-for-an-execution/m-p/118412#M83534</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-06-25T08:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the call hierarchy for an Execution</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-the-call-hierarchy-for-an-execution/m-p/118413#M83535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Right now I'm not using the ExecutionQuery&amp;nbsp; because I was not able to retrieve anything while using it… I probably misuse it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So I just do dirty call like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Execution super = execution.superExecution //this call is done in groovy, that's why I can compile it and call it).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried to use the the query language with calls like&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;runtimeService.createExecutionQuery().processInstanceId(currentExec.processInstanceId).singleResult() but I only got 'null' answer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the link, I'll have a look.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 13:50:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-the-call-hierarchy-for-an-execution/m-p/118413#M83535</guid>
      <dc:creator>guillaume1</dc:creator>
      <dc:date>2013-06-25T13:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the call hierarchy for an Execution</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-the-call-hierarchy-for-an-execution/m-p/118414#M83536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hmm that's not right, runtimeService.createExecutionQuery().processInstanceId(currentExec.processInstanceId) … should at least give you the current execution. … or there is something seriously wrong!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jun 2013 17:31:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-the-call-hierarchy-for-an-execution/m-p/118414#M83536</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-06-26T17:31:49Z</dc:date>
    </item>
  </channel>
</rss>

