Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 5 Activity Monitoring : Overview

Overview
TIBCO iProcess Engine can be enabled to publish iProcess Engine activity information to external applications. An activity is any instruction in iProcess Engine that creates an audit trail entry, for example, Case Started or Event Issued. You can configure any combination of step, activity, or both to be monitored. This enables an external application to monitor important business events during the processing of cases.
Activity monitoring import and export configuration information is stored in the iProcess database. You can import and export activity monitoring configuration (in the form of XML) to of from the iProcess database, using the swutil EXPMONITOR and IMPMONITOR commands.
The format of the XML file must conform to the schemas defined in SWMonitorList.xsd. When you install TIBCO iProcess Engine, three schemas are installed which are used to configure the activity monitoring configuration information. The schemas are installed in the SWDIR\schemas directory. The schemas are:
SWMonitorList.xsd  The format of the Monitor Event Request (MER) messages must conform to this schema. MER messages request the activities to monitor and are sent to the iProcess database to update the activity monitoring configuration information. See "How to Configure Activity Monitoring Information" in TIBCO iProcess Engine Administrator's Guide for more information.
SWAuditMessage.xsd  The format of the Monitor Event Detail (MED) messages must conform to this schema. MED messages contain the information about the activities being monitored and are sent from the IAP JMS library to the external application. See "Administering Activity Monitoring" in TIBCO iProcess Engine Administrator's Guide for more information.
SWType.xsd   This defines the iProcess field types that are used in SWMonitorList.xsd and SWAuditMessage.xsd.
The following sections explain in detail how to run the swutil EXPMONITOR and IMPMONITOR commands.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved