Products | Versions |
---|---|
TIBCO BusinessWorks ProcessMonitor | - |
Not Applicable | - |
- - -
You can control the log mode of BWPM by setting the global variable “logMode”. Setting the value of this variable to “exclusive” ensure that BWPM sends log entries to the server only if an BWPM activity has been executed in a process. This mode can be very useful to avoid useless log information in BWPM. In the following example, the process starts with a timer activity, which triggers the process in regular time frames, e.g. every 2 minutes. The process checks if there are any new files made available for processing. In case there are no files, nothing happens and the BWPM client does not send any log events to the BWPM server. Otherwise a sub process will be invoked to process the existing file(s). The BWPM user interface would show only the processes that has been executed while file(s) were to be executed.
- - -