Rule State
*Applies to all Rule types - Decision Rules, Scripting Rules and Rule Flows
Every Rule (Decision Rule/Scripting Rules/Rule Flow) table has two control states:
Published
and Pending
. The state can be set on every version of the rule separately.Decision tables and scripting rules are in
Published
state when created, but Rule Flow are in Pending
state as well as all newly created versions and all imported rules.

Rules in**
Pending
** state is not available via Solver API. If you try to call "pending" rule, Solver API returns the following HTTP error:400 Bad Request
{
"error": {
"message": "Rule state is not published"
}
}

Rule in pending state
The state can be changed in rule detail by clicking on "State". The rule must be saved to apply the changes made on the state.

Last modified 1yr ago