Sending Process Data
To send process data, the client uses the processData interface. The processData interface consists of the following methods:
The
pushProcessControlOperation
(ProcessControlOperation) is an optional method that sends process state change events to the
Optimize Process Tracker. The Process Tracker implicitly determines the start and stop events of a process if not they are explicitly specified. Use this method if you want to be able to pause and resume a process or if the process name is not known when a step executes. The Process Tracker chains the operations together using the process instance ID if process control operations are used.
Note:
These methods use the classes contained in the bam-wsdc.jar file in the Optimize_directory\dataCollector\libdirectory.