<?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 Show status of workflow steps in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/show-status-of-workflow-steps/m-p/225980#M179110</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm looking to use alfresco for document review and approval. One of the important things I need is for users to be able to see the status documents are in during movement through a workflow. Is there a way to create workspace that lists all the documents in that workspace along with the current step of the workflow the document is in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For instance I have a workflow that goes through 3 reviews before approval. I would like to quickly see all my list of documents and which user has them for review. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only thing I was able to see is drilling into each document details specifically and then it only says what workflow that document is part of, not which step. and it would be cumbersome to go into every document individually. Would be great if in list view you can see the current status of each document.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Sep 2009 20:32:56 GMT</pubDate>
    <dc:creator>rsingleton</dc:creator>
    <dc:date>2009-09-16T20:32:56Z</dc:date>
    <item>
      <title>Show status of workflow steps</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/show-status-of-workflow-steps/m-p/225980#M179110</link>
      <description>I'm looking to use alfresco for document review and approval. One of the important things I need is for users to be able to see the status documents are in during movement through a workflow. Is there a way to create workspace that lists all the documents in that workspace along with the current ste</description>
      <pubDate>Wed, 16 Sep 2009 20:32:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/show-status-of-workflow-steps/m-p/225980#M179110</guid>
      <dc:creator>rsingleton</dc:creator>
      <dc:date>2009-09-16T20:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Show status of workflow steps</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/show-status-of-workflow-steps/m-p/225981#M179111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need to do the same thing.&amp;nbsp; I'll post back here when I've figured it out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll try to extend the Advanced Search to match documents under review.&amp;nbsp;&amp;nbsp; Or maybe I need to write a Dashlet using Freemaker that does the search and renders a summary of results.\&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Enterprise ECM Implementation book is pretty useful.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2009 21:27:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/show-status-of-workflow-steps/m-p/225981#M179111</guid>
      <dc:creator>groberts</dc:creator>
      <dc:date>2009-11-04T21:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Show status of workflow steps</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/show-status-of-workflow-steps/m-p/225982#M179112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found some example Web Scripts.&amp;nbsp; Although they generate html,&amp;nbsp; they also show how to extract tasks and resources from the workflow API.&amp;nbsp; I used these to uild some JSON which is sent to a modified version of docasu.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My Tasks (Office Add-In)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GET /alfresco/service/office/myTasks?p={path}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;—&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Generate the Office Add-In My Tasks page&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;—&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Authentication:&amp;nbsp;&amp;nbsp;&amp;nbsp;user&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Transaction:&amp;nbsp;&amp;nbsp;&amp;nbsp;required&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Format Style:&amp;nbsp;&amp;nbsp;&amp;nbsp;any&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Default Format:&amp;nbsp;&amp;nbsp;&amp;nbsp;html&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Id:&amp;nbsp;&amp;nbsp;&amp;nbsp;org/alfresco/office/myTasks.get&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Descriptor:&amp;nbsp;&amp;nbsp;&amp;nbsp;classpath:alfresco/templates/webscripts/org/alfresco/office/myTasks.get.desc.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My Tasks Detail (Office Add-In)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;GET /alfresco/service/office/myTasksDetail?t={taskId}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;—&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Generate the Office Add-In Task Detail page&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;—&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Authentication:&amp;nbsp;&amp;nbsp;&amp;nbsp;user&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Transaction:&amp;nbsp;&amp;nbsp;&amp;nbsp;required&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Format Style:&amp;nbsp;&amp;nbsp;&amp;nbsp;any&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Default Format:&amp;nbsp;&amp;nbsp;&amp;nbsp;html&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Id:&amp;nbsp;&amp;nbsp;&amp;nbsp;org/alfresco/office/myTasksDetail.get&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Descriptor:&amp;nbsp;&amp;nbsp;&amp;nbsp;classpath:alfresco/templates/webscripts/org/alfresco/office/myTasksDetail.get.desc.xml&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2009 14:36:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/show-status-of-workflow-steps/m-p/225982#M179112</guid>
      <dc:creator>groberts</dc:creator>
      <dc:date>2009-12-11T14:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: Show status of workflow steps</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/show-status-of-workflow-steps/m-p/225983#M179113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After looking at this again I find that the tasks I get are only those assigned to admin,&amp;nbsp; regardless of who has been authenticated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I assigned some workflow tasks to several users and to admin and found that those users coudl not see tasks assigned to them,&amp;nbsp; but could see admin's tasks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/alfresco/service/office/myTasks" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/office/myTasks&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Its as if admin is always the authenticated user.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I''ll debug WorkflowManager.java getAssignedTasks().&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mystified.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 13:03:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/show-status-of-workflow-steps/m-p/225983#M179113</guid>
      <dc:creator>groberts</dc:creator>
      <dc:date>2010-02-03T13:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: Show status of workflow steps</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/show-status-of-workflow-steps/m-p/225984#M179114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Solved:&amp;nbsp;&amp;nbsp; I was calling the web script from within docasu and somehow although I thought I had logged in as an ordinary user,&amp;nbsp; the script was being run as though admin had been authenticated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found this out by calling the script from a terminal window;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; curl -v "&lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/api/login?u=alan.nichols&amp;amp;pw=xxxxxxx" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/login?u=alan.nichols&amp;amp;pw=xxxxxxx&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;ticket&amp;gt;TICKET_c3fed7665e3f1fe26ed46fb4611f1a055e2683c9&amp;lt;/ticket&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;curl "&lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/docasu/workflow/tasks?alf_ticket=TICKET_c3fed7665e3f1fe26ed46fb4611f1a055e2683c9" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/docasu/workflow/tasks?alf_ticket=TICKET_c3fed7665e3f1fe26ed46fb4611f1a055e2683c9&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Next challenge is to understand why docasu was calling the script as admin.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 17:46:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/show-status-of-workflow-steps/m-p/225984#M179114</guid>
      <dc:creator>groberts</dc:creator>
      <dc:date>2010-02-03T17:46:53Z</dc:date>
    </item>
  </channel>
</rss>

