<?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: Audit trail implementation in Activiti 5.17.0.2 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/audit-trail-implementation-in-activiti-5-17-0-2/m-p/188268#M141398</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the timely help and support&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Apr 2015 11:51:04 GMT</pubDate>
    <dc:creator>activititester</dc:creator>
    <dc:date>2015-04-07T11:51:04Z</dc:date>
    <item>
      <title>Audit trail implementation in Activiti 5.17.0.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/audit-trail-implementation-in-activiti-5-17-0-2/m-p/188261#M141391</link>
      <description>Hi,I would like to implement the audit trail implementation for the task, Process instance, process definition etc. Basically capture who did the change and whats the old and new value for the updates, if user task is claimed by a user, it has to be persisted in the history tables and show as trail</description>
      <pubDate>Wed, 25 Mar 2015 15:20:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/audit-trail-implementation-in-activiti-5-17-0-2/m-p/188261#M141391</guid>
      <dc:creator>activititester</dc:creator>
      <dc:date>2015-03-25T15:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Audit trail implementation in Activiti 5.17.0.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/audit-trail-implementation-in-activiti-5-17-0-2/m-p/188262#M141392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can create a listener to the task events and insert the required info in your own custom table.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://activiti.org/userguide/index.html#advanced.event.logging" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#advanced.event.logging&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another way would to add task listeners to the user task in BPMN XML and implement the logic to write to a custom table there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best&amp;nbsp; regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 07:24:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/audit-trail-implementation-in-activiti-5-17-0-2/m-p/188262#M141392</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2015-03-26T07:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Audit trail implementation in Activiti 5.17.0.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/audit-trail-implementation-in-activiti-5-17-0-2/m-p/188263#M141393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the very quick reply. Another scenario for me, is that when a user updates the process itself , can I apply the options given above to capture the audit trail meaning the version before and after the update.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2015 13:10:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/audit-trail-implementation-in-activiti-5-17-0-2/m-p/188263#M141393</guid>
      <dc:creator>activititester</dc:creator>
      <dc:date>2015-03-26T13:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Audit trail implementation in Activiti 5.17.0.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/audit-trail-implementation-in-activiti-5-17-0-2/m-p/188264#M141394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&amp;gt; " user updates the process itself "&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You mean deploying a new version? What do yoiu want to capture? The deployment? Or simply include process definition info in the event (the process definition id is unique and should be part of the event already)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 08:17:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/audit-trail-implementation-in-activiti-5-17-0-2/m-p/188264#M141394</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-03-31T08:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Audit trail implementation in Activiti 5.17.0.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/audit-trail-implementation-in-activiti-5-17-0-2/m-p/188265#M141395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the support. I would like to the capture the process definition, which user(who) updated the process definition, the increase in the process definition version etc. For eg: if I have deployed a process definition, I would want to capture that I did deployed this process definition yesterday , and the version is 1 and if I updated that process definition today, I would like to capture that I updated the process definition today and the updated version is 2.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 12:31:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/audit-trail-implementation-in-activiti-5-17-0-2/m-p/188265#M141395</guid>
      <dc:creator>activititester</dc:creator>
      <dc:date>2015-03-31T12:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: Audit trail implementation in Activiti 5.17.0.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/audit-trail-implementation-in-activiti-5-17-0-2/m-p/188266#M141396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the support. I would like to the capture the process definition, which user(who) updated the process definition, the increase in the process definition version etc. For eg: if I have deployed a process definition, I would want to capture that I did deployed this process definition yesterday , and the version is 1 and if I updated that process definition today, I would like to capture that I updated the process definition today and the updated version is 2.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Mar 2015 12:32:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/audit-trail-implementation-in-activiti-5-17-0-2/m-p/188266#M141396</guid>
      <dc:creator>activititester</dc:creator>
      <dc:date>2015-03-31T12:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Audit trail implementation in Activiti 5.17.0.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/audit-trail-implementation-in-activiti-5-17-0-2/m-p/188267#M141397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can listen to the ENTITY_CREATED event and check for the Deployment entity. This event is thrown for every new deployment.&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>Wed, 01 Apr 2015 12:19:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/audit-trail-implementation-in-activiti-5-17-0-2/m-p/188267#M141397</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2015-04-01T12:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Audit trail implementation in Activiti 5.17.0.2</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/audit-trail-implementation-in-activiti-5-17-0-2/m-p/188268#M141398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the timely help and support&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 11:51:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/audit-trail-implementation-in-activiti-5-17-0-2/m-p/188268#M141398</guid>
      <dc:creator>activititester</dc:creator>
      <dc:date>2015-04-07T11:51:04Z</dc:date>
    </item>
  </channel>
</rss>

