Changed on:
19 Apr 2024
Change the status of the current entity to the value provided.
Plugin Name | Core Reference Module |
---|---|
Namespace | {{accountId}}.core |
The Core Reference Module is a foundational Reference Module. It provides a base set of general purpose Rules that other Modules are built upon or that can be included in your own Workflows. Extensible by design, use this Module as a base to build a solution for the needs of your customers.
Set state to {status}
Name | Type | Description |
|
| The new status value to be set for the current entity. |
1{
2 "name": "[account].core.SetState",
3 "props": {
4 "status": "BOOKED"
5 }
6}
Language: json
This Rule will produce a MutateAction.
The mutation will apply to the current Entity in the Event Context. Mutation Actions are executed immediately after the Rule that produced it to ensure the following Rules and Rulesets have up to date Entity state.
Additionally, a
`STATE_CHANGE`
`STATE_CHANGE`
`NO_MATCH`
Refers to the Product Release Version
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.