<?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: HistoricProcessInstanceQuery.processVariableEquals in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/historicprocessinstancequery-processvariableequals/m-p/192940#M146070</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jan 2015 10:47:11 GMT</pubDate>
    <dc:creator>stainii</dc:creator>
    <dc:date>2015-01-29T10:47:11Z</dc:date>
    <item>
      <title>HistoricProcessInstanceQuery.processVariableEquals</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/historicprocessinstancequery-processvariableequals/m-p/192936#M146066</link>
      <description>Hi guys,The HistoricProcessInstanceQuery has a method .includeProcessVariables but no methods like .processVariableEquals().What's the reason this is not included?Can I use something else to query only the finished processes which contain a certain process variable?Thanks,Stijn</description>
      <pubDate>Tue, 27 Jan 2015 15:23:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/historicprocessinstancequery-processvariableequals/m-p/192936#M146066</guid>
      <dc:creator>stainii</dc:creator>
      <dc:date>2015-01-27T15:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: HistoricProcessInstanceQuery.processVariableEquals</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/historicprocessinstancequery-processvariableequals/m-p/192937#M146067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Stijn,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;there are several ways how to query data from the activiti:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.activiti.org/userguide/#queryAPI" rel="nofollow noopener noreferrer"&gt;http://www.activiti.org/userguide/#queryAPI&lt;/A&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>Wed, 28 Jan 2015 09:03:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/historicprocessinstancequery-processvariableequals/m-p/192937#M146067</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2015-01-28T09:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: HistoricProcessInstanceQuery.processVariableEquals</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/historicprocessinstancequery-processvariableequals/m-p/192938#M146068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your comment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's clear to me you can query with the API and native queries. However, in my case the API does not provide what I need and I'm a bit in the dark which native query to write. I did not find any documentation about what each table contains, like: does ACT_RU_VARIABLE hold both task local and proces variables? And how to differentiate them? Which relation do the have to the history tables?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 09:17:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/historicprocessinstancequery-processvariableequals/m-p/192938#M146068</guid>
      <dc:creator>stainii</dc:creator>
      <dc:date>2015-01-28T09:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: HistoricProcessInstanceQuery.processVariableEquals</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/historicprocessinstancequery-processvariableequals/m-p/192939#M146069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Stijn.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ACT_RU_VARIABLE has task_id_, process_instance_id_, execution_id_ these keys reference task, execution, process_instance. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;History tables have the same keys. (History tables store only information from the past and runtime tables store current state of the engine)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To get deeper knowledge about activiti DB structures I would suggest to dig into the activiti sources.&lt;/SPAN&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>Thu, 29 Jan 2015 07:47:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/historicprocessinstancequery-processvariableequals/m-p/192939#M146069</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2015-01-29T07:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: HistoricProcessInstanceQuery.processVariableEquals</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/historicprocessinstancequery-processvariableequals/m-p/192940#M146070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 10:47:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/historicprocessinstancequery-processvariableequals/m-p/192940#M146070</guid>
      <dc:creator>stainii</dc:creator>
      <dc:date>2015-01-29T10:47:11Z</dc:date>
    </item>
  </channel>
</rss>

