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 to the 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 keys and values.
- Create a new process definition called “setConfigurationValuesDef” and open the definition 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 for the Copilot to add new process steps that match your process description.

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

- Click the button to provide multiple key-value pairs. A pop-up window is displayed for configuration. Click the Add Row (+) button to insert an empty row. Provide the “config key and value”. Click the Save button. You can add multiple config key-values using the Add Row 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 then 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.

- You must navigate 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 them (drag-and-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.