<?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: How to view My request in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-view-my-request/m-p/201164#M154294</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thank you very much.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 30 Aug 2014 18:51:49 GMT</pubDate>
    <dc:creator>hemamalini</dc:creator>
    <dc:date>2014-08-30T18:51:49Z</dc:date>
    <item>
      <title>How to view My request</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-view-my-request/m-p/201160#M154290</link>
      <description>i want to implement MyRequest&amp;nbsp; feature like in Activiti explorer in my webapplication. How can i see the Myrequest (both running and completed instance) and in which stage it is in if it is not completed.How can i achieve this in Java API</description>
      <pubDate>Sat, 23 Aug 2014 18:46:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-view-my-request/m-p/201160#M154290</guid>
      <dc:creator>hemamalini</dc:creator>
      <dc:date>2014-08-23T18:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to view My request</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-view-my-request/m-p/201161#M154291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have no idea what you mean with a 'MyRequest'. Could you elaborate in that?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Aug 2014 17:02:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-view-my-request/m-p/201161#M154291</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-08-30T17:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to view My request</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-view-my-request/m-p/201162#M154292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i want to get the process instances id started by a user using userid. In activiti explorer we have my request tab where we can see the list of process instances started by the logged in user. how to achieve this?&amp;nbsp; I want to see both the active and completed process instances id. Is it possible?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Aug 2014 17:23:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-view-my-request/m-p/201162#M154292</guid>
      <dc:creator>hemamalini</dc:creator>
      <dc:date>2014-08-30T17:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to view My request</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-view-my-request/m-p/201163#M154293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In the Java API, you'd need the HistoricProcessInstanceQuery with following methods:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; /** Only select historic process instances that are completely finished. */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; HistoricProcessInstanceQuery finished();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; /** Only select historic process instance that are started by the given user. */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; HistoricProcessInstanceQuery startedBy(String userId);&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Aug 2014 18:35:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-view-my-request/m-p/201163#M154293</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-08-30T18:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to view My request</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-view-my-request/m-p/201164#M154294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thank you very much.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Aug 2014 18:51:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-view-my-request/m-p/201164#M154294</guid>
      <dc:creator>hemamalini</dc:creator>
      <dc:date>2014-08-30T18:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to view My request</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-view-my-request/m-p/201165#M154295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How can i find the list of Process instances started By a particular user &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in Rest API ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;for eg: I am looking for processes that are started by me and is not completed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Apr 2016 09:55:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-view-my-request/m-p/201165#M154295</guid>
      <dc:creator>sunilkumartk</dc:creator>
      <dc:date>2016-04-05T09:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to view My request</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-view-my-request/m-p/201166#M154296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Don't think the 'started by' is there … but the query does take in an 'involvedUser' parameter.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 10:11:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-view-my-request/m-p/201166#M154296</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-04-07T10:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to view My request</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-view-my-request/m-p/201167#M154297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;InvolvedUser return instances that are startedBy me and are assigned to me, both.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Problem I am facing is that,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;we are unable to differentiate the instances that are startedBy me and that are assigned to my group/queue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do you suggest that i differentiate these requests ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 13:51:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-view-my-request/m-p/201167#M154297</guid>
      <dc:creator>sunilkumartk</dc:creator>
      <dc:date>2016-04-08T13:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to view My request</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-view-my-request/m-p/201168#M154298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It's not yet in the REST API, but it is in the Java API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The quickest way to get it, is to add it yourself to the REST API in a custom @RestController class.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 09:44:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-view-my-request/m-p/201168#M154298</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-04-12T09:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to view My request</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-view-my-request/m-p/201169#M154299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;in version 5.19 &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i think this is still an issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i tried &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;taskService.createTaskQuery()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .taskCandidateGroup("techassessment")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .includeProcessVariables()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .list();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;as I have NOT used .taskUnassigned(), it should have returned everything. It doesnt!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think it should have returned everything as default and only unassigned when taskUnassigned is used.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; i tried using the Native Query also but i am unable to add process Variables data with it..&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Apr 2016 03:06:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-view-my-request/m-p/201169#M154299</guid>
      <dc:creator>sunilkumartk</dc:creator>
      <dc:date>2016-04-23T03:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to view My request</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-view-my-request/m-p/201170#M154300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Sunil,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you query on tasks with a candidate group you are automatically querying on tasks that are unassigned. Tasks that are assigned, don't have a candidate group / user anymore in the task lifecycle of Activiti. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the method taskCandidateOrAssigned on TaskQuery might return the result you are looking for.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 07:23:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-view-my-request/m-p/201170#M154300</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2016-04-25T07:23:04Z</dc:date>
    </item>
  </channel>
</rss>

