<?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: Access value of process variable in the database in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/access-value-of-process-variable-in-the-database/m-p/98715#M68098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Look in ACT_GE_BYTEARRAY at the 14187 entry. It's serialized in the BYTES_ field.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Aug 2012 07:20:57 GMT</pubDate>
    <dc:creator>mitziuro</dc:creator>
    <dc:date>2012-08-23T07:20:57Z</dc:date>
    <item>
      <title>Access value of process variable in the database</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/access-value-of-process-variable-in-the-database/m-p/98710#M68093</link>
      <description>Hi,I'm using BIRT to create reports to show information from a couple of Activiti processes. I'd like to access the value of a process variable that is set in a script task in one of my Activiti processes, but when I look for the variable in the database table "ACT_RU_VARIABLE" the row looks like th</description>
      <pubDate>Thu, 23 Aug 2012 06:51:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/access-value-of-process-variable-in-the-database/m-p/98710#M68093</guid>
      <dc:creator>caiw</dc:creator>
      <dc:date>2012-08-23T06:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Access value of process variable in the database</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/access-value-of-process-variable-in-the-database/m-p/98711#M68094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actually the create for ACT_RU_VARIABLE is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;create table ACT_RU_VARIABLE (&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID_ nvarchar(64) not null,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; REV_ int,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TYPE_ nvarchar(255) not null,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME_ nvarchar(255) not null,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXECUTION_ID_ nvarchar(64),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PROC_INST_ID_ nvarchar(64),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TASK_ID_ nvarchar(64),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BYTEARRAY_ID_ nvarchar(64),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DOUBLE_ double precision,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LONG_ numeric(19,0),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TEXT_ nvarchar(4000),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; TEXT2_ nvarchar(4000),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; primary key (ID_)&lt;BR /&gt;);&lt;BR /&gt;&lt;/CODE&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll have to look at LONG_ and TEXT_ columns&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 07:03:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/access-value-of-process-variable-in-the-database/m-p/98711#M68094</guid>
      <dc:creator>mitziuro</dc:creator>
      <dc:date>2012-08-23T07:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Access value of process variable in the database</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/access-value-of-process-variable-in-the-database/m-p/98712#M68095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;They are both empty, that's why I removed them from my excerpt, as I wrote.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 07:05:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/access-value-of-process-variable-in-the-database/m-p/98712#M68095</guid>
      <dc:creator>caiw</dc:creator>
      <dc:date>2012-08-23T07:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Access value of process variable in the database</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/access-value-of-process-variable-in-the-database/m-p/98713#M68096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;…like this (I removed the columns that are empty):&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;It means that value it's the empty string or you don't save the correct value .&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 07:08:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/access-value-of-process-variable-in-the-database/m-p/98713#M68096</guid>
      <dc:creator>mitziuro</dc:creator>
      <dc:date>2012-08-23T07:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Access value of process variable in the database</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/access-value-of-process-variable-in-the-database/m-p/98714#M68097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, I don't think so, because the process works like it's supposed to (I use the process variables in conditions to direct the process flow) and I can se that the value is set correctly when I look at the process instance in the Activiti Explorer. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's just in the database I can't find the value. It's the same with other process variables, they look the same in the database, with TYPE_ serializable and empty TEXT_ column but a value in BYTEARRAY_ID_.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 07:17:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/access-value-of-process-variable-in-the-database/m-p/98714#M68097</guid>
      <dc:creator>caiw</dc:creator>
      <dc:date>2012-08-23T07:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Access value of process variable in the database</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/access-value-of-process-variable-in-the-database/m-p/98715#M68098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Look in ACT_GE_BYTEARRAY at the 14187 entry. It's serialized in the BYTES_ field.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 07:20:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/access-value-of-process-variable-in-the-database/m-p/98715#M68098</guid>
      <dc:creator>mitziuro</dc:creator>
      <dc:date>2012-08-23T07:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Access value of process variable in the database</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/access-value-of-process-variable-in-the-database/m-p/98716#M68099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Then I get this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ID_&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; REV_&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME_&amp;nbsp;&amp;nbsp; DEPLOYMENT_ID_&amp;nbsp; BYTES_&amp;nbsp; GENERATED_&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;14187&amp;nbsp;&amp;nbsp; 1&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; FFFFFFAC FFFFFFED 0 5 74 0 13 74 …&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't really know what to do with this..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2012 07:38:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/access-value-of-process-variable-in-the-database/m-p/98716#M68099</guid>
      <dc:creator>caiw</dc:creator>
      <dc:date>2012-08-23T07:38:40Z</dc:date>
    </item>
  </channel>
</rss>

