Fluent Commerce Logo
Docs
Sign In

Adding a Setting to a Workflow

How-to Guide

Author:

Esma Tuzovic

Changed on:

26 Sept 2023

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]

Copyright © 2024 Fluent Retail Pty Ltd (trading as Fluent Commerce). All rights reserved. No materials on this docs.fluentcommerce.com site may be used in any way and/or for any purpose without prior written authorisation from Fluent Commerce. Current customers and partners shall use these materials strictly in accordance with the terms and conditions of their written agreements with Fluent Commerce or its affiliates.

Fluent Logo