Skip to main content

Design Objects List

Overview

Applications group together related objects that work collectively to support one or more business use cases. They also enable the deployment of these objects across different environments.

Each design object offers a specific function, and applications typically include multiple objects grouped by shared purpose. Technically, applications do not directly contain these objects but maintain a list of associated ones. The Objects view displays all objects without considering their application association. The following sections describe each Eizen-X object.

Objects

In eizen agentic platform, object icons are shown in different colors depending on the object type when displayed in grids and other views.

Folder Elements

Types of Design Objects

Objects can serve different roles in your application, such as:

  • Web API – Interfaces for users to interact with, e.g., LoanWeb.
  • Record Type – Represent structured data, e.g., LAA_LoanRecord.
  • Process – Define business logic or automated flows, e.g., LAA_LoanApprovalProcess.
  • Integration – Connect with external systems or services, e.g., LAA_AlertIntegration.
  • Connected Systems – Define systems or APIs that interact with your application, e.g., LAA_Alerts_cs.
  • Rule – Define reusable business logic that governs application behavior, e.g., LAA_loanProcessAgentDecision.
  • Custom Data Types – User-defined data structures that extend beyond standard types, allowing applications to model domain-specific information, e.g., LAA_ApplicantData.