processInstanceID | String The identifier of the process instance for which you want to add an error message. You assigned the process instance an identifier when you created the process instance using the
pub.monitor.integrationProcessLogging:createProcessInstance service. A process instance ID is 1 to 32 alphanumeric characters. |
serviceName | String Optional. The name of the service in which the error occurred. This is typically the fully qualified name of the IS service that caused the process error. The value you specify for serviceName can be 1 to 512 characters and can include characters that are valid in IS service names. See webMethods Service Development Help for information about allowed characters. |
errorMsg | String The text of the error message that describes the error message. The value you specify for errorMsg can be 1 to 1024 characters. |
errorStackTrace | String Optional. The stack trace associated with the error. The value you specify for errorMsg can be 1 to 2000 characters. |
result | String The outcome of adding the error message to the process instance. If the service successfully added the error message, result is “success.” If the service encountered an error attempting to add the error message, result contains the exception. |