Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | For Developers | Configuring and Using the Web Service Data Collector | Sending Process Data | pushExecutionError (ExecutionError)
 
pushExecutionError (ExecutionError)
Pushes data about a process-related error.
The input parameter is an instance of ExecutionError.
Input Parameters (all parameters are required unless specified as optional)
The following table describes the input parameters.
ExecutionError
Document Container for ExecutionError instance.
message
String A short description of the error.
messageDetail
String (Optional) A long description of the error. If a stack trace is available, store it in this field.
processInstanceId
Document Unique, two-part identifier for the process step.
Parameter
Value
keyValue
Document List Set name to the first part of the identifier (such as ordernumber) and set value to the second part of the identifier (such as 5). Optimize displays the identifier on the Process Instances page in two separate columns so you can sort by name or by value. The complete set of keys you supply constitutes the unique name Optimize uses internally for the process.
Note:
ProcessInstanceID and event data share the same key value pairs.
processIteration
Int (Optional) Current iteration of the business process execution.
processName
String Name of the process. The process name must be unique if it is to be used to push operations to the Process Tracker.
stepName
String (Optional) Name of the process step. The process step name must match the process step name specified in the model definition for this process. For information about configuring process models, see Configuring Business Processes
timestamp
String The time when the event occurred. The time zone parameter of the date must be set to "GMT" in Designer. For input from Integration Server or Designer, the time must be in the following format:
yyyy-MM-ddTHH:mm:ss.SSSZ
type
String The type of error that occurred.