decision-table skill builds decision tables (sys_decision) for codifying business logic as data. Define inputs and result elements, populate choice lists, add conditions and rules, then publish and optionally evaluate.Decision Table
Decision tables with inputs, results, conditions, and rules.
The
| Operation | Description |
|---|---|
| add_condition | Add a condition to a rule |
| add_input | Add an input column |
| add_input_choices | Add choice values for an input column |
| add_result_element | Add a result element column |
| add_result_element_choices | Add choice values for a result element |
| add_rule | Add a decision rule with inputs and results |
| create_table | Create a decision table |
| evaluate | Evaluate the table with test inputs |
| publish | Publish the decision table |
Run
sn ops decision-table to see the full input schema for each operation.You
Build a decision table for incident priority routing — map impact and urgency to assignment group.