SetState
Changed on:
19 Apr 2024
Overview
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.
UI Description
Set state to {status}
Accepts
- All Orchestration Entities
Actions
- This Rule produces a MutateAction
Rule parameters
Name | Type | Description |
|
| The new status value to be set for the current entity. |
Configuration example
1{
2 "name": "[account].core.SetState",
3 "props": {
4 "status": "BOOKED"
5 }
6}
Language: json
Detailed Technical Description
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`
Workflow Builder (Modeller) Screenshot
Version History
v23.8.2
Refers to the Product Release Version