Prompt Rule (Node)

PromptIcon Description

This node can be used to add a prompt rule associated to a Variable or an Attribute. This node is present in K2BTools Patterns. When using K2BWebPanelDesigner, the prompt rule should be added to the rules part directly.

Runtime appearance

This node alters the runtime appearance of its Variable or Attribute parent. An example is shown below.

PromptNodeDefinition PromptNodeRT
Instance Definition Runtime result

Properties

Category Name Value
General Prompt Contains a reference to the Prompt object that should be used to select the value for this node's parent in runtime.

Child nodes

ArgumentsIcon Arguments              

 

USING "ARGUMENTS" NODES:

When the Prompt object includes parameters (other than the output parameter), Arguments nodes may be included to instantiate those parameters. In order to do so, an Arguments node must be added as a child of the Prompt node, and Argument nodes must be added to that node. The amount of Argument nodes must match the amount of in or inout parameters in the Prompt object. Each Argument node must specify a value for the corresponding parameter in its "Value" property.