Fluent Commerce Logo
Docs
Sign In

Adding a Setting to a Workflow

How-to Guide

Author:

Esma Tuzovic

Changed on:

5 Sept 2024

Key Points

  • It’s possible to add settings to a workflow via Json in order to improve the performance and the functionality of the workflow.

Steps

Step arrow right iconAdding a Setting to a Workflow

Pre-defined settings can be added to a Workflow to change and improve default Workflow behavior. Settings are added to the Workflow object as key-value pairs. You can see an example of Workflow Settings in context in the create an empty workflow guide.


Adding a Ruleset via JSON

Workflow Settings schema

JSON Key

Value Type

Mandatory

Description

settings

Object

NO

An object of key-value pairs that can enhance the performance and functionality of your Workflow. See available settings here.

Workflow Settings sample
1{
2  "settings": {
3    "{{settingName}}": "{{settingValue}}"
4  }
5}

Language: json

Name: Settings sample

Description:

[Warning: empty required content area]