Quick start guide: Creating an Entity
An Entity is a container that holds together a collection of traits and attributes so that the collection represents some logical concept, business process, event, or another object. Entities are defined in a manifest. Before you can create an entity, a manifest has to be created first.
To create the entity, follow the steps below:
New Entity
- Click the 'New' icon on the toolbar and select 'Entity'.
- Populate the entity name.
- You have the option to choose existing entity or create local entity.
- Click Next.
Select a Manifest
- Select a manifest where the entity will be created.
- Click Next.
Type Attribute
- Populate the type attribute name.
- You can select a data type for the type attribute based on your needs.
- Click (+) to add the type attribute to the entity.
- Click Finish
The entity created will be shown in the Navigator where you can continue to edit the manifest and its entities.