clsLogInfo Step

Use this step to log information message to FlowWright system log.

Last published at: September 16th, 2024

Description:

This step logs information messages to the FlowWright System log.

 

Inputs

  • Source - Information Source
  • MessageData - Information message to log
  • Priority - Priority
 

 

Returns

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

 

Usage:

 

 

Example:

Let’s build and execute the “clsLogInfoDef” example.          

  • Create a new definition called “clsLogInfoDef”
  • Select the definition and click the “design” button
  • Drag a "clsLogInfo" step to the canvas
  • Connect the dots between the start and "clsLogInfo" step
  • Click the "clsLogInfo" step to configure its “Settings” properties. Provide a name to the step. Provide the source of the information message. Provide the text message to log. 

 

  • Click the "clsLogInfo" step to configure its “Advanced” properties. Select a priority from the dropdown list (low, medium, high).

 

  • The “Logging” setting configuration is necessary for documentation and also measures the workflow progress and the percent complete. This is achieved by configuring the step state and percent fields individually, as shown in the images below. Configure the “Logging” using the following properties.

 

  • Save the process definition, create a process instance, and execute. As configured, the process step should log the information message to the System log. Navigate to the Status—System log page and select log by type and information.

 

Definition Sample:

You may download the sample definition from the link here and later import it (drag-drop) to your FlowWright Process (XML) and Form Definition (HTML) page. After import, you must verify the process steps and complete the database configuration, if any. 

 

https://github.com/FlowWrightCode/FW10Steps/blob/main/clsLogInfoDef.xml