Author:
Fluent Commerce
Changed on:
26 Sept 2023
A Trigger state defines when a Ruleset is applicable to the given entity. For example, a change to the delivery address of a Home Delivery Order may only be applicable while the Order is in a Booked state. Therefore, the Ruleset can only be triggered while the entity is in the Booked state.
The Triggers section provides a Description text box and a Statuses selector.
The Description field is optional, however, we recommend providing a meaningful description for other workflow viewers to gain context.
The Statuses selector allows one or more Statuses to be selected. You can add or remove Statuses from the Trigger. At least one Status is required on a Ruleset when modifying a Ruleset via the UI.
JSON Key | Value Type | Mandatory | Description |
Status | String | YES | The Status that should trigger this Ruleset. |
1{
2 "triggers": [
3 {
4 "status": "{{statusName}}"
5 }
6 ]
7}
Language: json
Name: Trigger 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.