Enabling the widget to display process activities
To view workflow
process activity details in the Case History visualizer widget, the Case History event emitter needs
to be installed and configured in the Business Automation Workflow on-premises
environment.
Before you begin
Note: The information in this document applies only to the on-premises Business Automation Workflow.
Confirm that the following environment prerequisites are met:
- Download and install Business Automation Workflow 26.0.0.0 and its interim fixes, and configure your working environment. If the Business Automation Workflow environment is configured with an external Content Platform Engine, the minimum version that is required for Content Platform Engine is V5.5.5.
- Make sure that you use the latest versions of the emitter and script.
- Confirm that the following files exist:
File name Location CHEventEmitter.war workflow_install_root/CaseManagement/analytics EnableCH.py workflow_install_root/CaseManagement/analytics CHEmitterConfig.properties workflow_install_root/CaseManagement/analytics
About this task
The Case History event emitter emits Business Automation Workflow process events, which are processed by the Case History server. After the events are processed, Business Automation Workflow process activity details can be viewed in the Case History Visualizer timeline.
Enabling the Timeline Visualizer widget to display Business Automation Workflow process activities includes the following main steps:
Installing Case History Emitter
About this task
Use the EnableCH.py script to install the Case History emitter application. For a list of options that are available with EnableCH.py, see Syntax of the EnableCH.py script.
Procedure
Results
Note: Case History emitter starts emitting Business Automation Workflow process engine events
from the time that it is installed.
Updating the Case History emitter application
Procedure
Syntax of the EnableCH.py script
About this task
EnableCH.py script configures the Dynamic Event Framework (DEF), and
deploys the CHEventEmitter application according to the specified emitter
configuration parameters.- Syntax
- This script configures the Dynamic Event Framework (DEF) to subscribe to Business Automation Workflow activity events, and
installs the
CHEventEmitterapplication to emit Business Automation Workflow process engine events to the Case History store. For more information, see the CHEmitterConfig_<TOS Name>.properties file.
- Usage
orwsadmin.(sh|bat) -f EnableCH.py [--enableCH --property=propertyFile] | --update=application | --update=dbconnection --property=propertyFileList | --helpwsadmin.(sh|bat) -f EnableCH.py [-e -d propertyFile] | -u application | -u dbconnection -d propertyFileList | --help
- Parameters
-
Parameter Description -e or --enableCH (Optional) Configures the Dynamic Event Framework (DEF) to subscribe to Business Automation Workflow activity events, and installs the CHEventEmitterapplication to emit Business Automation Workflow process engine events to the Case History store. For details, see the CHEmitterConfig_<TOS Name>.properties file.-u application or --update=application Uses the <Workflow_Install_Root>/CaseManagement/analytics/CHEventEmitter.war archive to update the installed CHEventEmitterapplication.-u dbconnection or --update=dbconnection Updates the application connection information, as specified in the properties file. --property=propertyFile You can update the property values in the CHEmitterConfig_<TOS Name>.properties configuration file. Multiple files can be specified as comma-separated list with one file per target object store to be processed. --help Displays the parameter documentation.
This topic is shared by BAW, CP4BA. Last updated on 2025-03-13 12:15