<?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 recover variables after the execution of the process? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-recover-variables-after-the-execution-of-the-process/m-p/78463#M52062</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jul 2011 17:08:12 GMT</pubDate>
    <dc:creator>rodolfobarbeiro</dc:creator>
    <dc:date>2011-07-12T17:08:12Z</dc:date>
    <item>
      <title>How to recover variables after the execution of the process?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-recover-variables-after-the-execution-of-the-process/m-p/78461#M52060</link>
      <description>Hi!I'm trying to retrieve the variables of a process that has no "waitState" task. But an error occurs because the process instance is already closed.ProcessInstance processInstance = runtimeService.startProcessInstanceByKey(processName, parameters);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Map&amp;lt;String, Object&amp;gt; variables =&amp;nbsp; ru</description>
      <pubDate>Thu, 07 Jul 2011 18:34:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-recover-variables-after-the-execution-of-the-process/m-p/78461#M52060</guid>
      <dc:creator>rodolfobarbeiro</dc:creator>
      <dc:date>2011-07-07T18:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to recover variables after the execution of the process?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-recover-variables-after-the-execution-of-the-process/m-p/78462#M52061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;from the history&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jul 2011 07:59:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-recover-variables-after-the-execution-of-the-process/m-p/78462#M52061</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-07-08T07:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to recover variables after the execution of the process?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-recover-variables-after-the-execution-of-the-process/m-p/78463#M52062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 17:08:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-recover-variables-after-the-execution-of-the-process/m-p/78463#M52062</guid>
      <dc:creator>rodolfobarbeiro</dc:creator>
      <dc:date>2011-07-12T17:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to recover variables after the execution of the process?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-recover-variables-after-the-execution-of-the-process/m-p/78464#M52063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;By reading the docs… e.g. chapter 10&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 17:30:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-recover-variables-after-the-execution-of-the-process/m-p/78464#M52063</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-07-12T17:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to recover variables after the execution of the process?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-recover-variables-after-the-execution-of-the-process/m-p/78465#M52064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've seen the chapter 10, but could not use the example described.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;ProcessInstance processInstance = runtimeService.startProcessInstanceByKey(processName, parameters);&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;List&amp;lt;HistoricDetail&amp;gt; historicList = historyService.createHistoricDetailQuery()&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .variableUpdates().processInstanceId(processInstance.getId())&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .orderByVariableName().asc().list();&lt;BR /&gt;&lt;/CODE&gt;&lt;BR /&gt;&lt;SPAN&gt;But the list "historicList" is always empty.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2011 18:38:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-recover-variables-after-the-execution-of-the-process/m-p/78465#M52064</guid>
      <dc:creator>rodolfobarbeiro</dc:creator>
      <dc:date>2011-07-14T18:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to recover variables after the execution of the process?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-recover-variables-after-the-execution-of-the-process/m-p/78466#M52065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://tinyurl.com/642b7gr" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2011 18:54:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-recover-variables-after-the-execution-of-the-process/m-p/78466#M52065</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-07-14T18:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to recover variables after the execution of the process?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-recover-variables-after-the-execution-of-the-process/m-p/78467#M52066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I set the "History configuration" as audit, but the historic details are not stored in the database.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2011 19:25:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-recover-variables-after-the-execution-of-the-process/m-p/78467#M52066</guid>
      <dc:creator>rodolfobarbeiro</dc:creator>
      <dc:date>2011-07-14T19:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to recover variables after the execution of the process?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-recover-variables-after-the-execution-of-the-process/m-p/78468#M52067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;ronald.van.kuijk&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help! I solved the problem!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jul 2011 19:45:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-recover-variables-after-the-execution-of-the-process/m-p/78468#M52067</guid>
      <dc:creator>rodolfobarbeiro</dc:creator>
      <dc:date>2011-07-14T19:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to recover variables after the execution of the process?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-recover-variables-after-the-execution-of-the-process/m-p/78469#M52068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, &lt;/SPAN&gt;&lt;STRONG&gt;I&lt;/STRONG&gt;&lt;SPAN&gt; solved the problem &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; … hope you got my 'hints'&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2011 09:44:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-recover-variables-after-the-execution-of-the-process/m-p/78469#M52068</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2011-07-15T09:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to recover variables after the execution of the process?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-recover-variables-after-the-execution-of-the-process/m-p/78470#M52069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ronald!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Right! You guided me so that I could solve the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jul 2011 19:11:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-recover-variables-after-the-execution-of-the-process/m-p/78470#M52069</guid>
      <dc:creator>rodolfobarbeiro</dc:creator>
      <dc:date>2011-07-18T19:11:52Z</dc:date>
    </item>
  </channel>
</rss>

