setConfigurationValues Step

Use this feature to set the configuration values

Last published at: January 13th, 2026

Description:

This step configures 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 to the Status > Settings > Settings Designer page. The UI is displayed below. FlowWright application keys and values are listed here. You may select a line item and right-click it to modify the value. Note: System keys and values should be changed with due diligence. 

 

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

  • Create a new process definition named “setConfigurationValuesDef” and open it in designer mode. 
  • Drag a “setConfigurationValues” step to the canvas. 
  • Connect the dots between the “Start” step and “setConfigurationValues” steps, as shown above. 
  • Click the “setConfigurationValues” step to configure its “Required” properties. Provide a name for the step. Click the Save button. Note: Click the "AI Predict" button to have Copilot add new process steps that match your process description. 

 

  • Click the “setConfigurationValues” step to configure its “Optional” properties. Enter the configuration key and values as shown below. Click the button to add multiple key-value pairs. Click the Save button.    

 

  • Click the button to enter multiple key-value pairs. A pop-up window appears for configuration. Click the Add Row (+) button to insert an empty row. Enter the “config key and value”. Click the Save button. You can add multiple configuration key-value pairs using the Add Row button. 

 

  • The “Logging” configuration is necessary for documentation and also measures workflow progress and 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 it. Render the process instance. Click the process step to view its properties. The “setConfigurationValues” step should set the configuration value. 

 

  • The system key value has been changed as follows. 

 

  • Navigate to Status > Log > System Log > Audit Log. The change event is recorded here for auditing. 

 

 

Definition Sample:

You may download the sample definition(s) from the link provided and later import them (drag-and-drop) into 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 the import. Then, save the definition to confirm the changes. 

Click here to download the sample file.