Skip to main content

Assets

Page where entities are listed.

On the list screen, the name, description, and type of the entity can be displayed.

The functions of the buttons on the screen that opens when the "Actions" button on the list is clicked are as follows:

  • View: Details of an entity can be displayed. Robot-specific values are also listed here.
  • Edit: You can change the information of the entity from here. Robot-specific values can also be changed from here.
  • Delete: Used to delete the entity. It is also deleted for all robots.

What is the Purpose of an Entity?

Entities generally represent shared variables that can be used in different automation projects. They are used to store specific information that robots can easily access.

There are 3 types of entities:

  1. Text: If you will use non-numeric values such as name, address, email address, you can select the "Text" type.
  2. Bool: If you will assign only true or false values, you can select the "Bool" type.
  3. Integer: You can select the "Integer" type for a numeric value.

During the development phase, the General Value field must be selected. If a different value will be used for each robot, you can turn off the General Value field after the development of the process is completed and the Automind Orchestrator application is published. While the General Value field is turned off, no data will be sent to the Automind Studio robot.

If you want to create custom values for robots, you can select the robot by clicking the "+" button located as shown below and specify the value that the selected robot will use.

To use a created entity in Automind Robot or Automind Studio application, the Get Entity activity can be used. It is sufficient to write only the name of the created entity in this activity.