sndev.io / docs

Decision Table

Decision tables with inputs, results, conditions, and rules.

The 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.
OperationDescription
add_conditionAdd a condition to a rule
add_inputAdd an input column
add_input_choicesAdd choice values for an input column
add_result_elementAdd a result element column
add_result_element_choicesAdd choice values for a result element
add_ruleAdd a decision rule with inputs and results
create_tableCreate a decision table
evaluateEvaluate the table with test inputs
publishPublish 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.