Integration Server 10.15 | Built-In Services Reference Guide | Flow Folder | Summary of Elements in this Folder | pub.flow.setActivityLog
 
pub.flow.setActivityLog
WmPublic. Logs user-defined messages to the WMSERVICEACTIVITYLOG table or the WMSERVICEACTIVITYLOG_ yyyymmdd_hhmmss.log file.
Input Parameters
fullMessage
String. Optional. Complete message to record in the WMSERVICEACTIVITYLOG table or the WMSERVICEACTIVITYLOG_ yyyymmdd_hhmmss.log file. The message can be up to 1024 bytes.
briefMessage
String. Optional. Shortened version of the full message. The message can be up to 240 bytes.
entryType
String. Flag indicating the type of message. Set to:
*MESSAGE to indicate that the message is informational and no action is needed.
*WARNING to indicate that the message is a warning message. The parent service can complete successfully even if the circumstance causing the warning is not addressed.
*ERROR to indicate that the message is an error message. The parent service cannot complete successfully until the circumstance causing the error is resolved. This is the default.
Output Parameters
None.
Usage Notes
You can invoke the pub.flow.setActivityLog service in a flow service to log messages for debugging or auditing purposes. If pub.flow.setActivityLog fails, the flow service execution is not interrupted.
Note:
You do not need to enable service auditing for the service to capture activity logs.
If you do not specify both fullMessage and briefMessage, the pub.flow.setActivityLog service logs an empty string.