Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | Built-In Services | pub.optimize.monitoring:pushProcessControlOperation (ProcessControlOperation)
 
pub.optimize.monitoring:pushProcessControlOperation (ProcessControlOperation)
 
Input Parameters
Output Parameters
Pushes process state change events to Optimize.
The input parameter is an instance of ProcessControlOperation.
Note:
If you want WmOptimize to send EDA events, you must start Analytic Engine at least once before loading the services in the WmOptimize package.
If you are creating a process instance that contains one or more subprocesses or referenced processes, be aware of the following:
*WmOptimize automatically generates start and stop process control operations for your subprocesses and referenced processes.
*If you want to explicitly send process control operations for any of the sub-processes or referenced processes, make sure that you do the following:
*For both subprocesses and referenced processes, send the start process control operation before you send the first step control operation of the process.
*For both subprocesses and referenced processes, send the stop process control operation after the last step control operation of the process.
*For subprocesses, send the start process control operation after the start step control operation of the container step of the parent process.
*For subprocesses, send the stop process control operation before the stop step control operation of the container step of the parent process.