<?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: REST Task Query not working in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/rest-task-query-not-working/m-p/186017#M139147</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have exactly the same issue but i dont want to use "processInstanceVariables" instead of "taskVariables" because my variable will be shared by tasks that might be in the same process Instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;gt; My variable's&amp;nbsp; scope is local for that reason (and it won't appear in the process Instance variables).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I really need the query to work with taskVariables. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas? Are we missing something to make the query work with "taskVariables" ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Aug 2015 09:38:39 GMT</pubDate>
    <dc:creator>alexz</dc:creator>
    <dc:date>2015-08-17T09:38:39Z</dc:date>
    <item>
      <title>REST Task Query not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rest-task-query-not-working/m-p/186013#M139143</link>
      <description>I am trying to query task variables using the REST but no luck:When I do:http://sjcua01-dev.tlcinternal.com:8080/activiti/runtime/tasks/12700/variablesI get:[{"name":"queueName","type":"string","value":"initialLoanReview","scope":"global"},{"name":"loanId","type":"string","value":"3333333333","scope</description>
      <pubDate>Wed, 09 Jul 2014 23:04:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rest-task-query-not-working/m-p/186013#M139143</guid>
      <dc:creator>thysmichels</dc:creator>
      <dc:date>2014-07-09T23:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: REST Task Query not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rest-task-query-not-working/m-p/186014#M139144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have checked similar jUnit test in the Activiti source code &lt;/SPAN&gt;&lt;CODE&gt;org.activiti.rest.service.api.runtime.TaskQueryResourceTest#testQueryTasksWithVariables&lt;/CODE&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you try to debug your request?&lt;/SPAN&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>Thu, 10 Jul 2014 05:39:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rest-task-query-not-working/m-p/186014#M139144</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2014-07-10T05:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: REST Task Query not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rest-task-query-not-working/m-p/186015#M139145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Worked when specifying processInstanceVariables:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; "processInstanceVariables" : [&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "name" : "queueName",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "value" : "initialLoanReview",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "operation" : "equals",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "type" : "string"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; ]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2014 18:41:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rest-task-query-not-working/m-p/186015#M139145</guid>
      <dc:creator>thysmichels</dc:creator>
      <dc:date>2014-07-10T18:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: REST Task Query not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rest-task-query-not-working/m-p/186016#M139146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Oct 2014 09:20:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rest-task-query-not-working/m-p/186016#M139146</guid>
      <dc:creator>muthaks</dc:creator>
      <dc:date>2014-10-19T09:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: REST Task Query not working</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/rest-task-query-not-working/m-p/186017#M139147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have exactly the same issue but i dont want to use "processInstanceVariables" instead of "taskVariables" because my variable will be shared by tasks that might be in the same process Instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&amp;gt; My variable's&amp;nbsp; scope is local for that reason (and it won't appear in the process Instance variables).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I really need the query to work with taskVariables. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas? Are we missing something to make the query work with "taskVariables" ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 09:38:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/rest-task-query-not-working/m-p/186017#M139147</guid>
      <dc:creator>alexz</dc:creator>
      <dc:date>2015-08-17T09:38:39Z</dc:date>
    </item>
  </channel>
</rss>

