Create Local Object
Creates an instance of a model.
Description
Creates a local instance (not yet persisted in the database) of a model. See Persist Object
for how to persist in the database a newly created local object.
Inputs
- Control Flow (Control Flow)
- data type (Type): The data type to be instantiated.
Outputs
- Control Flow (Control Flow)
- object (Object): The created object or its tag if used inside a Begin/End.
- Error Flow (Error Flow): Triggered if an error occurred