<?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: Generate a workflow report in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/generate-a-workflow-report/m-p/232745#M185875</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, it is very much possible to use the javascript api to write to a file. But it is a bad approch. The nunber of lines you duplicate to perform the same stuff over and over again is messy at best.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But right now we don't have a lot of choise to javascript in every task it is. It errorprone and not very safe if two tasks are performed at the same time. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;//Roland&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jun 2010 14:37:00 GMT</pubDate>
    <dc:creator>buurd</dc:creator>
    <dc:date>2010-06-10T14:37:00Z</dc:date>
    <item>
      <title>Generate a workflow report</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/generate-a-workflow-report/m-p/232739#M185869</link>
      <description>Hi!Is there a way to produce a report about a workflow, ie what tasks the workflow has passed and what the properties of each task was after each task. MyWorkflow– Task 1, 2010-01-01 10:00 - 2010-01-01 17:00, employee1– Task 2, 2010-01-02, employee2—- Property 1 = value1—- Property 2 = value2etc… ‍‍</description>
      <pubDate>Fri, 22 Jan 2010 11:54:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/generate-a-workflow-report/m-p/232739#M185869</guid>
      <dc:creator>buurd</dc:creator>
      <dc:date>2010-01-22T11:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a workflow report</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/generate-a-workflow-report/m-p/232740#M185870</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;In page 297 in the "Alfresco 3" book from Packt they mentions that the process created there logs information. Anyone got more information about that? Is it a viable approch?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;//Roland&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 07:30:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/generate-a-workflow-report/m-p/232740#M185870</guid>
      <dc:creator>buurd</dc:creator>
      <dc:date>2010-04-22T07:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a workflow report</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/generate-a-workflow-report/m-p/232741#M185871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;connecte to Alfresco using admin, then open the workflow console : &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/alfresco/faces/jsp/admin/workflow-console.jsp" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/faces/jsp/admin/workflow-console.jsp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can list all active/inactive workflows, definitions, tasks , paths etc…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Apr 2010 17:07:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/generate-a-workflow-report/m-p/232741#M185871</guid>
      <dc:creator>hsohaib</dc:creator>
      <dc:date>2010-04-22T17:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a workflow report</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/generate-a-workflow-report/m-p/232742#M185872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem is that workflows dissaper when they are finished. Therefore isn't' the workflow console good enough. I'd really prefer if there was a "standard" way of persisting the workflow-history. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When workflow is up for deletion, iterate though all tasks performed and dump into a table in the database togheter with the references to the documents used and intial data.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Apr 2010 08:24:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/generate-a-workflow-report/m-p/232742#M185872</guid>
      <dc:creator>buurd</dc:creator>
      <dc:date>2010-04-23T08:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a workflow report</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/generate-a-workflow-report/m-p/232743#M185873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Page 297 of the Alfresco book seems like a nice option.&amp;nbsp; But there is a bunch of JavaScript code that needs to go into your workflow.&amp;nbsp; And it's pretty complicated; imagine doing that for every action inside a custom workflow.&amp;nbsp; I am wondering if there is an easier way.&amp;nbsp; I am surprised a workflow is provided in Alfresco but then there is no history mechanism for the end-user.&amp;nbsp; To the average user, when the workflow is complete, it just goes "poof" into thin air.&amp;nbsp; &lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;ops:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 18:06:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/generate-a-workflow-report/m-p/232743#M185873</guid>
      <dc:creator>lucille_arkenst</dc:creator>
      <dc:date>2010-06-09T18:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a workflow report</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/generate-a-workflow-report/m-p/232744#M185874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;And what about using the Workflow JavaScript API &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Workflow_JavaScript_API" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Workflow_JavaScript_API&lt;/A&gt;&lt;SPAN&gt; to append the desired parameters of the workflow to a file in every step?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 13:18:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/generate-a-workflow-report/m-p/232744#M185874</guid>
      <dc:creator>alejandrosl</dc:creator>
      <dc:date>2010-06-10T13:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a workflow report</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/generate-a-workflow-report/m-p/232745#M185875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, it is very much possible to use the javascript api to write to a file. But it is a bad approch. The nunber of lines you duplicate to perform the same stuff over and over again is messy at best.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But right now we don't have a lot of choise to javascript in every task it is. It errorprone and not very safe if two tasks are performed at the same time. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;//Roland&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 14:37:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/generate-a-workflow-report/m-p/232745#M185875</guid>
      <dc:creator>buurd</dc:creator>
      <dc:date>2010-06-10T14:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a workflow report</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/generate-a-workflow-report/m-p/232746#M185876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't think workflows vanish when they're completed. The instance of that workflow (&lt;/SPAN&gt;&lt;SPAN style="color:#0040FF;"&gt;instanceID&lt;/SPAN&gt;&lt;SPAN&gt;) should give you access to that workflow even when its complete. Check out the &lt;/SPAN&gt;&lt;SPAN style="color:#0040FF;"&gt;WorkflowTaskQuery&lt;/SPAN&gt;&lt;SPAN&gt; class in the &lt;/SPAN&gt;&lt;SPAN style="color:#0040FF;"&gt;org.alfresco.service.cmr.workflow&lt;/SPAN&gt;&lt;SPAN&gt; package. It provides some methods for querying tasks. I hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 08:57:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/generate-a-workflow-report/m-p/232746#M185876</guid>
      <dc:creator>bookworm2113</dc:creator>
      <dc:date>2010-07-21T08:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a workflow report</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/generate-a-workflow-report/m-p/232747#M185877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;See similar discussion: &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?f=35&amp;amp;t=26795#p91930" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?f=35&amp;amp;t=26795#p91930&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ainga&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 10:34:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/generate-a-workflow-report/m-p/232747#M185877</guid>
      <dc:creator>zaizi</dc:creator>
      <dc:date>2010-07-21T10:34:17Z</dc:date>
    </item>
  </channel>
</rss>

