Export & Import Scripting Rules
File Structure of JSON format
Imported & Exported files need to have some mandatory structural information:
name: name of the script
description: description of the script
type: type of the script
status: status of the script
inputSchema: input schema of the script
outputSchema: output schema of the script
script: the JavaScript script you wish to run
Type: there are two types:
"decision-table" - for decision tables
"decision-tree" - for decision trees
"complex-rule" - for scripting rules
Minimal File Structure Example:
File Structure Example:
Last updated