businessRuleDecisionTableMoveRow
Moves a row within a decisionTable
businessRuleDecisionTableMoveRow(
input: BusinessRuleDecisionTableMoveRowInput!
): BusinessRuleDecisionTable!
Arguments
businessRuleDecisionTableMoveRow.input
● BusinessRuleDecisionTableMoveRowInput!
non-null input
Type
BusinessRuleDecisionTable
object
Represents a single decision table node in the graph, each table can contain multiple rows. Each row respresents a rule that get executed. The hitPolicy determines how the rule is executed. When the hitPolicy is set to 'first', the first matching row is used. When the hitPolicy is set to 'collect', all matching rows are used.