Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | Built-In Services
 
Built-In Services
 
Summary of Elements in This Folder
pub.optimize.monitoring:addEvent (event)
pub.optimize.monitoring:addEvents (events)
pub.optimize.monitoring:addDimension (dimension)
pub.optimize.monitoring:addDimensions (dimensions)
pub.optimize.monitoring:pushExecutionError (ExecutionError)
pub.optimize.monitoring:pushProcessControlOperation (ProcessControlOperation)
pub.optimize.monitoring:pushStepControlOperation (StepControlOperation)
pub.optimize.monitoring:createNewConnection
pub.optimize.monitoring:destroyConnection
pub.optimize.mashzone.adapter:retrieveData
Important:
webMethods Broker has been deprecated.
The WmOptimize package contains built-in Java services that enable you to send business information to Optimize, including process statistics, business details, and analytics. This package is available to all webMethods systems that use an Analytic Engine, and when activated on Integration Server and set up for your integration environment, it can send business data to the Analytic Engine.
The services in the WmOptimize package enable you to monitor four types of business data:
*Dimension data describes traits or characteristics of data. The package contains services to add single or multiple dimensions. This is non-computational data.
*Event data is actual information about business activities. The package contains services to add single or multiple events. This is computational data.
*Process/step control data is detailed information about business process start, stop, and step activities. An existing process model is required to send this information.
*Process execution error data is information about errors that occurred during execution of business processes.
The WmOptimize services are generally analogous to services for sending process, event, and dimension data available via the Web Service Data Collector using custom programming.
After you install and configure the WmOptimize package, you must connect the desired services to their existing integration environment. Typically this is done using Software AG Designer. For more information, refer to the Web Services Developer’s Guide.
WmOptimize also contains services that enable you to configure multiple connections to additional Brokers so you can send process information to any of these Brokers.
The WmOptimize package also contains a service that enables you to retrieve data from Optimize Analytic Engine. The service returns an XML string that you can paste into ARIS MashZone to display the data.