<?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: Searching tasks by complex variables values in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/searching-tasks-by-complex-variables-values/m-p/237627#M190757</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You're referencing the alfresco docs … so I'm assuming you're using Activiti in Alfresco?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If so, sadly my answer above does not apply: Alfresco has it's own REST APi that is very different from the Activiti one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd guess in Alfresco you have to use a custom webscript to do that …. but then you'd also need a custom query to be able to query it properly. I don't know how that would be done in Alfresco exactly.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Apr 2016 09:42:38 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2016-04-07T09:42:38Z</dc:date>
    <item>
      <title>Searching tasks by complex variables values</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-tasks-by-complex-variables-values/m-p/237624#M190754</link>
      <description>The rest api saves the complex objects as byte array, that makes it impossible to query the tasks using the values assigned to the complex variable saved with the task…So has is it possible to query the tasks using the task variable values in that case ??</description>
      <pubDate>Wed, 30 Mar 2016 07:59:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-tasks-by-complex-variables-values/m-p/237624#M190754</guid>
      <dc:creator>aalaa</dc:creator>
      <dc:date>2016-03-30T07:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Searching tasks by complex variables values</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-tasks-by-complex-variables-values/m-p/237625#M190755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's possible to register custom serializers for that. From the docs:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"It’s possible to support additional variable-types with a custom JSON representation (either simple value or complex/nested JSON object). By extending the initializeVariableConverters() method on org.activiti.rest.service.api.RestResponseFactory, you can add additional org.activiti.rest.service.api.engine.variable.RestVariableConverter classes to support converting your POJO’s to a format suitable for transferring through REST and converting the REST-value back to your POJO. The actual transformation to JSON is done by Jackson."&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 14:11:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-tasks-by-complex-variables-values/m-p/237625#M190755</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-04-04T14:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Searching tasks by complex variables values</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-tasks-by-complex-variables-values/m-p/237626#M190756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If i implemented the custom complex object, is it possible to query tasks based on values assigned to fields in that object using REST calls ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For example using the where clause : &lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/5.0/pra/1/concepts/act-tasks-get-tasks.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/5.0/pra/1/concepts/act-tasks-get-tasks.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;It would be great if you can provide any references on how to implement this&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2016 14:57:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-tasks-by-complex-variables-values/m-p/237626#M190756</guid>
      <dc:creator>aalaa</dc:creator>
      <dc:date>2016-04-04T14:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: Searching tasks by complex variables values</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-tasks-by-complex-variables-values/m-p/237627#M190757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You're referencing the alfresco docs … so I'm assuming you're using Activiti in Alfresco?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If so, sadly my answer above does not apply: Alfresco has it's own REST APi that is very different from the Activiti one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd guess in Alfresco you have to use a custom webscript to do that …. but then you'd also need a custom query to be able to query it properly. I don't know how that would be done in Alfresco exactly.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 09:42:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-tasks-by-complex-variables-values/m-p/237627#M190757</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-04-07T09:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Searching tasks by complex variables values</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/searching-tasks-by-complex-variables-values/m-p/237628#M190758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;yes, I'm using activiti in alfresco…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can't find a thing about that in the documentation which is weird&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 09:45:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/searching-tasks-by-complex-variables-values/m-p/237628#M190758</guid>
      <dc:creator>aalaa</dc:creator>
      <dc:date>2016-04-07T09:45:39Z</dc:date>
    </item>
  </channel>
</rss>

