Skip to main content

businessRuleCreate

AUTH: Role=[system] OR ('user is authenticated')

businessRuleCreate(
input: BusinessRuleCreateInput!
): BusinessRule!

Arguments

businessRuleCreate.input ● BusinessRuleCreateInput! non-null input

Type

BusinessRule object

Represents a BusinessRule Graph or Set, each business rule set consist of at least one inputNode, decisionTableNode and outputNode witn edges between them. A decisionTable can have mutiple rows, each row representing a single rule that gets executed.