Log warning message to System log

Last published at: April 26th, 2021

Description:

Logs warning message to FlowWright system log.      

Inputs

  • Source – source for the warning message
  • MessageData: Warning message to log
  • Priority: Priority for the message

Returns

  • True – step executed successfully
  • False – step failed to execute

Usage:

Example:

Let’s build and execute the clsLogWarningDef example.           

  • Create a new definition called “clslogwarningDef”
  • Select the definition and click the “design” button
  • Drag a "clsLogWarning" step to the canvas
  • Connect the dots between the start and "clsLogWarning" step
  • Click on the "clsLogWarning" step to configure its properties
  • Configure the following values for the properties as shown on the below graphic

  • Save the process definition, create a process instance and execute. The process step should log the warning message to System log, as configured.