Skip to main content

Interface: BusinessRuleDecisionTableAddColumnInput

Defined in: type/BusinessRuleDecisionTableAddColumnInput.ts:5

Input object for BusinessRuleDecisionTableAddColumnInput

Properties

field

field: string

Defined in: type/BusinessRuleDecisionTableAddColumnInput.ts:16

The field of the input or output column. In case of an input column this is the full path the root of the input payload of the rule. In case of an output column it's the fieldname you want to output after the rule has been executed. Output fields can be organized by using the dot notation. For example:

  • input: "input.name"
  • output: "output.name.firstname"
  • output: "output.name.lastname"

name

name: string

Defined in: type/BusinessRuleDecisionTableAddColumnInput.ts:7

The name for the input or output column


ruleId

ruleId: string | number

Defined in: type/BusinessRuleDecisionTableAddColumnInput.ts:18

The ID of the BusinessRule to search for


tableId

tableId: string | number

Defined in: type/BusinessRuleDecisionTableAddColumnInput.ts:22

The ID of the DecisionTable inside BusinessRule to add the column to


type

type: BusinessRuleDecisionTableColumnType

Defined in: type/BusinessRuleDecisionTableAddColumnInput.ts:20

type input field