Common scenario node settings
When you are in a design mode and you click on a node in a scenario graph, a new panel with node settings opens on the right side of the screen. Some of the settings are specific to the node type, but some settings are common for many node types, specifically:
Custom name - the node name that is used in the system logs. Assigning a custom name to a node makes it easier to analyze the processing records (easily identifying the section in the logs responsible for a particular node).
Merge type - describes the way Scoring.one resolves conflicts in variable names (for example, when a variable is defined in node B that was already defined in an earlier node A).
OVERWRITE_ALL - variables are always overwritten by new values
OVERWRITE_NULL - only variables with a NULL value are overwritten
OVERWRITE_NONE - no variable is overwritten (new value is ignored)
OVERVRITE_ERROR - no variable is overwritten. An error is returned if a conflict is detected
Prefix - adds the value from the "prefix" field to the names of variables defined in a given node.

Last updated