<?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 How to get the task variables data by using sql not url in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-the-task-variables-data-by-using-sql-not-url/m-p/231514#M184644</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Rest call&amp;nbsp; GET runtime/tasks/{taskId}/variables will fetch you the task variables data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And I have two table ACT_HI_VARINST and ACT_RU_VARIABLE. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Should I get the data from ACT_RU_VARIABLE by taskid?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But In ACT_RU_VARIABLE , the TASK_ID_ field is all NULL.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Sep 2016 11:22:37 GMT</pubDate>
    <dc:creator>junkings</dc:creator>
    <dc:date>2016-09-06T11:22:37Z</dc:date>
    <item>
      <title>How to get the task variables data by using sql not url</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-the-task-variables-data-by-using-sql-not-url/m-p/231514#M184644</link>
      <description>Rest call&amp;nbsp; GET runtime/tasks/{taskId}/variables will fetch you the task variables data.And I have two table ACT_HI_VARINST and ACT_RU_VARIABLE. Should I get the data from ACT_RU_VARIABLE by taskid?But In ACT_RU_VARIABLE , the TASK_ID_ field is all NULL.</description>
      <pubDate>Tue, 06 Sep 2016 11:22:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-the-task-variables-data-by-using-sql-not-url/m-p/231514#M184644</guid>
      <dc:creator>junkings</dc:creator>
      <dc:date>2016-09-06T11:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the task variables data by using sql not url</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-the-task-variables-data-by-using-sql-not-url/m-p/231515#M184645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The TASK_ID_ field is, I believe, only set for task local variables.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 16:02:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-the-task-variables-data-by-using-sql-not-url/m-p/231515#M184645</guid>
      <dc:creator>jim1</dc:creator>
      <dc:date>2016-09-06T16:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the task variables data by using sql not url</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-the-task-variables-data-by-using-sql-not-url/m-p/231516#M184646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I use “SELECT *&amp;nbsp; FROM ACT_RU_VARIABLE variable&amp;nbsp; inner join ACT_RU_TASK task on variable.PROC_INST_ID_ = task.PROC_INST_ID_&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where task.ID_ = taskId”&amp;nbsp; to&amp;nbsp; get it&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2016 16:15:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-the-task-variables-data-by-using-sql-not-url/m-p/231516#M184646</guid>
      <dc:creator>junkings</dc:creator>
      <dc:date>2016-09-06T16:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the task variables data by using sql not url</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-the-task-variables-data-by-using-sql-not-url/m-p/231517#M184647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;the task_id for variables will only be filled if the variables are set via the taskService or in a TaskListener.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The process instance id is a better way to fetch the variables, when setting through a task, the process instance id will also be set.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2016 09:40:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-the-task-variables-data-by-using-sql-not-url/m-p/231517#M184647</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-09-08T09:40:11Z</dc:date>
    </item>
  </channel>
</rss>

