<?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: Best process instance 'verbose' logging strategy in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/best-process-instance-verbose-logging-strategy/m-p/127377#M89600</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;It would be best if the log displays the database IDs of the activities, jobs and human tasks (we set the history level to the maximum).&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;If that is the requirement, why not using a dedicated slf4j logger that logs to your system (db, queue, etc.)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you put the logging on debug you get *everything* including all sql that goes to the db.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Mar 2013 10:22:12 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2013-03-11T10:22:12Z</dc:date>
    <item>
      <title>Best process instance 'verbose' logging strategy</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-process-instance-verbose-logging-strategy/m-p/127376#M89599</link>
      <description>Hello Activiti developers,We need to log as much as possible of a Process Instance execution. Until now I made changes to the Activiti Engine but it should not be as difficult, especially with the latest modification to the Listeners. Please advise what is the best approach to receive a result like</description>
      <pubDate>Fri, 08 Mar 2013 15:17:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-process-instance-verbose-logging-strategy/m-p/127376#M89599</guid>
      <dc:creator>mmaker1234</dc:creator>
      <dc:date>2013-03-08T15:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Best process instance 'verbose' logging strategy</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-process-instance-verbose-logging-strategy/m-p/127377#M89600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;It would be best if the log displays the database IDs of the activities, jobs and human tasks (we set the history level to the maximum).&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;If that is the requirement, why not using a dedicated slf4j logger that logs to your system (db, queue, etc.)?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If you put the logging on debug you get *everything* including all sql that goes to the db.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 10:22:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-process-instance-verbose-logging-strategy/m-p/127377#M89600</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-03-11T10:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Best process instance 'verbose' logging strategy</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-process-instance-verbose-logging-strategy/m-p/127378#M89601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Joram,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Actually we are trying to find some balance between offline debug and security. For this purpose we, as developers, would like to know what and when happened for each process instance with all the attributes needed for eventual (manual) intervention in the process instance execution (preferably the DB IDs of activities, jobs, tasks). On the opposite, we should not reveal in the logs the data (variable values) of the process instance. And the SQL queries are not interesting to us at all.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think that the verbosity balance cold be best controlled at generation time as it is easier to build/collect the needed information than to cut-off the "garbage".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is that I'm still not sure which is the best point to catch the events I need to log - if there is (and which is it) a single point for all and any event where I to have at least the following information:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - the process instance ID and the process definition ID;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - the involved process instance object (type) - activity, boundary event, signal, job, task, etc.;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - event - start, end, …;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - additional data that uniquely identifies the object - object instance ID, object definition ID;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - variable(s) change;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - additional data related to the object instance - exception message/stack, retries, etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I suppose one such point of "knowledge concentration" are the listeners already provided by Activiti and here the question is "How to best use them to get the above info?"&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Mar 2013 11:58:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-process-instance-verbose-logging-strategy/m-p/127378#M89601</guid>
      <dc:creator>mmaker1234</dc:creator>
      <dc:date>2013-03-11T11:58:19Z</dc:date>
    </item>
    <item>
      <title>Re: Best process instance 'verbose' logging strategy</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-process-instance-verbose-logging-strategy/m-p/127379#M89602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not all listeners you need are provided by activiti. What we do provide is the task-listeners and execution-listeners which you can add to any element by using a ParseHandler.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the rest, you could use an additional interceptor in the activiti-command-context interceptors (take a look at org.activiti.engine.impl.interceptor.LogInterceptor and org.activiti.engine.impl.cfg.StandaloneProcessEngineConfiguration.createDefaultCommandInterceptors(boolean)). This interceptor allows you to intercept all commands and possibly unwrap them (using reflection) and log what's about to happen or has happened after executing it. It will cover 95% of everything you want to have logged.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 08:05:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-process-instance-verbose-logging-strategy/m-p/127379#M89602</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-03-12T08:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Best process instance 'verbose' logging strategy</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-process-instance-verbose-logging-strategy/m-p/127380#M89603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Frederik,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. In the configuration file added&lt;/SPAN&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="postBpmnParseHandlers"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;list&amp;gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;bean class="org.activiti.engine.parse.ActivityInstanceLoggersRegistrator" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/list&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;/CODE&gt;&lt;SPAN&gt;2. Implemented ActivityInstanceLoggersRegistrator:&lt;/SPAN&gt;&lt;CODE&gt;public class ActivityInstanceLoggersRegistrator extends AbstractBpmnParseHandler&amp;lt;Activity&amp;gt; {&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; private static final ActivityInstanceLogger ACTIVITI_INSTANCE_LOGGER = new ActivityInstanceLogger();&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; protected void executeParse(BpmnParse bpmnParse, Activity element) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; bpmnParse.getCurrentScope().addExecutionListener( org.activiti.engine.impl.pvm.PvmEvent.EVENTNAME_START, ACTIVITI_INSTANCE_LOGGER );&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;//&amp;nbsp;&amp;nbsp;&amp;nbsp; ActivityImpl activity = bpmnParse.getCurrentScope().findActivity(element.getId());&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActivityImpl activity = bpmnParse.getCurrentActivity();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; activity.addExecutionListener(org.activiti.engine.impl.pvm.PvmEvent.EVENTNAME_START, ACTIVITI_INSTANCE_LOGGER, 0);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; activity.addExecutionListener(org.activiti.engine.impl.pvm.PvmEvent.EVENTNAME_END, ACTIVITI_INSTANCE_LOGGER);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LoggerFactory.getLogger(ActivityInstanceLogger.class).info( "Registered execution listeners for activity '" + activity.getId()&amp;nbsp; &lt;BR /&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; + "': (size=" + activity.getExecutionListeners().size() + ") " &lt;BR /&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; + activity.getExecutionListeners() );&lt;BR /&gt;&amp;nbsp; }&lt;BR /&gt;}&lt;BR /&gt;&lt;/CODE&gt;&lt;SPAN&gt;3. Implemented ActivityInstanceLogger:&lt;/SPAN&gt;&lt;CODE&gt;&amp;nbsp; private static final Logger LOG = LoggerFactory.getLogger(ActivityInstanceLogger.class);&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; @Override&lt;BR /&gt;&amp;nbsp; public void notify(DelegateExecution execution) throws Exception {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOG.info( execution.getEventName() + " " + formatInfo( execution ) );&lt;BR /&gt;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp; …&lt;BR /&gt;&lt;/CODE&gt;&lt;SPAN&gt;Now the &lt;/SPAN&gt;&lt;EM&gt;notify(…)&lt;/EM&gt;&lt;SPAN&gt; method of the &lt;/SPAN&gt;&lt;EM&gt;ActivityInstanceLogger&lt;/EM&gt;&lt;SPAN&gt; class seems to &lt;/SPAN&gt;&lt;STRONG&gt;be never called&lt;/STRONG&gt;&lt;SPAN&gt; (debug doesn't stops there).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I did wrong?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2013 15:25:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-process-instance-verbose-logging-strategy/m-p/127380#M89603</guid>
      <dc:creator>mmaker1234</dc:creator>
      <dc:date>2013-03-18T15:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Best process instance 'verbose' logging strategy</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-process-instance-verbose-logging-strategy/m-p/127381#M89604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That could looks pretty similar to what I did in the AbstractBpmnParseHandler.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you see the logging produced by the parse handler?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If so, can you just throw together these files and put them somewhere online such that I can check them?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2013 16:00:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-process-instance-verbose-logging-strategy/m-p/127381#M89604</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-03-18T16:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Best process instance 'verbose' logging strategy</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-process-instance-verbose-logging-strategy/m-p/127382#M89605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Joram,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately I see no log traces from this implementation. As I doubt the configuration of SLF4J is not correct I tried to debug - just to see that my code is reached.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To shed more light to the environment I have to note that this code is working in a WebLogic domain, although I do not expect this fact to be related to the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Preparing this answer I tried to "catch" the call to &lt;/SPAN&gt;&lt;EM&gt;ActivityInstanceLoggersRegistrator.executeParse(…)&lt;/EM&gt;&lt;SPAN&gt; but it was not called (the debugger didn't stop there). Probably the configuration is not correct …&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the sources package: &lt;/SPAN&gt;&lt;A href="https://docs.google.com/file/d/0B0LoSQX-9OwXTVVDcENWMml4cjQ/edit?usp=sharing" rel="nofollow noopener noreferrer"&gt;https://docs.google.com/file/d/0B0LoSQX-9OwXTVVDcENWMml4cjQ/edit?usp=sharing&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All .java files are located in the Activiti Engine (probably a habit from changing the previous versions) - modules/activiti-engine/src/main/java/org/activiti/engine/parse&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The only trace from the Activiti after the engine is started is the following:&lt;/SPAN&gt;&lt;CODE&gt;INFO | 2013-03-18 18:25:52.931 (1363623952931) | ExecuteThread: '12' for queue: 'default' | org.activiti.engine.impl.bpmn.deployer.BpmnDeployer | deploy&lt;BR /&gt;Processing resource MyProcess.MyProcess.png&lt;BR /&gt;&lt;BR /&gt;INFO | 2013-03-18 18:25:52.931 (1363623952931) | ExecuteThread: '12' for queue: 'default' | org.activiti.engine.impl.bpmn.deployer.BpmnDeployer | deploy&lt;BR /&gt;Processing resource MyProcess.bpmn&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2013 17:08:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-process-instance-verbose-logging-strategy/m-p/127382#M89605</guid>
      <dc:creator>mmaker1234</dc:creator>
      <dc:date>2013-03-18T17:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Best process instance 'verbose' logging strategy</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-process-instance-verbose-logging-strategy/m-p/127383#M89606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay i see what the issue probably is. The parse handlers don't work with inheritance. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you override the public Set&amp;lt;Class&amp;lt; ? extends BaseElement&amp;gt;&amp;gt; getHandledTypes() {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;method and provide a set of classes you are interested in (but really like USerTask.class, StartEvent.class, etc.).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I remember vaguely there was a reason not to use inheritance there as it cause some unforseen issuee…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Mar 2013 17:14:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-process-instance-verbose-logging-strategy/m-p/127383#M89606</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2013-03-22T17:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Best process instance 'verbose' logging strategy</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-process-instance-verbose-logging-strategy/m-p/127384#M89607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Joram,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Overriding the getHandledTypes() method did (most of) the work&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had to override TimerDeclarationImpl.toString() in the following manner, though:&lt;/SPAN&gt;&lt;CODE&gt;&amp;nbsp; public String toString() {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; String result;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; result = "Timer [type=" + type &lt;BR /&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; + ", expression='" + description.getExpressionText() + "'"&lt;BR /&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; + ", jobHandlerType=" + jobHandlerType&lt;BR /&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; + ", jobHandlerConfiguration=" + jobHandlerConfiguration&lt;BR /&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; + ", repeat=" + repeat&lt;BR /&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; + ", retries left = " + retries&lt;BR /&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; + ", exclusive=" + exclusive&lt;BR /&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; + ", isInterrupting=" + isInterruptingTimer&lt;BR /&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; + "]";&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return result;&lt;BR /&gt;&amp;nbsp; }&lt;BR /&gt;&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Apr 2013 12:47:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-process-instance-verbose-logging-strategy/m-p/127384#M89607</guid>
      <dc:creator>mmaker1234</dc:creator>
      <dc:date>2013-04-02T12:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Best process instance 'verbose' logging strategy</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/best-process-instance-verbose-logging-strategy/m-p/127385#M89608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This thread is very Informative. I have been trying almost the same things.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks mmaker1234, Joram, Frederik. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Oct 2015 12:14:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/best-process-instance-verbose-logging-strategy/m-p/127385#M89608</guid>
      <dc:creator>shrey</dc:creator>
      <dc:date>2015-10-18T12:14:52Z</dc:date>
    </item>
  </channel>
</rss>

