...
uniqueName* – Name of the Model Class, used in Model Object to reference the Model Class they instantiate. It can be modified but the references won’t be updated automatically.
label – Human readable name of the Model Class, displayed to the user, when they select which Model Class they want to use for creating a new Model Object.
definition – JSON definition of what a Model Object using this Model Class should look like and how it should behave, see below.
workflowFormulaName - Name of the /wiki/spaces/UDEV/pages/2675736583 (with workflowType = “model”) which is responsible to initialize the Approval Workflow when the user clicks on “Submit”. If not set, when the user submit the model, it is auto approved and is marked as “No Approval Required”.
Model Class Definition
In a Model Class, the definition
field is a JSON document that contains three main root elements: calculations
, steps
and evaluations
.
...