Set Configuration Settings

Use this feature to set the configuration values

Last published at: February 20th, 2025

setConfigurationValues Step

Description:

This step sets the configuration values in the application.

 

Inputs

  • configKey - provide configuration key
  • configValue - provide configuration value
  • configSettings - provide multiple configuration keys and values
 

 

Returns

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

 

Usage:

 

 

Example:

You must navigate the Status - Status - Settings - Settings Designer page. The UI is rendered below. FlowWright application keys and values are listed here. You may select and right-click the line items to modify the values. Note: System keys and values are to be changed with due diligence.  

 

Let’s build and execute the “setConfigurationValuesDef” example to change one of the system key and values.   

  • Create a new definition called “setConfigurationValuesDef”
  • Select the definition and click the “design” button
  • Drag a “setConfigurationValues” step from the toolbox
  • Connect the dots between the start and “setConfigurationValues” step
  • Click on the “setConfigurationValues” step to configure its “Required” properties. Provide a step name. Click the Save button. 

 

  • Click on the “setConfigurationValues” step to configure its “Optional” properties. Provide the configuration key and values as below. Click the button to provide multiple keys and values. Click the Save button.    

 

  • 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 new instance, and execute. Render the process instance. Click on the process step to view its properties. The “setConfigurationValues” step should set the configuration value. 

 

  • The system key value is changed as below. 

 

  • You must navigate to the Status—Log—System Log—Audit Log page. The change event is recorded here for audit. 

 

Definition Sample:

You may download the sample definition(s) from the link here and later import it (drag-drop) to your FlowWright Process Definition (XML file) or Form Definition (HTML file) page.

NOTE: Please verify and complete the process steps for any missing configurations, such as file path references and database connections after import. Then, save the definition to confirm the changes.

Click here to download the sample file.