Work on a project
You need the admin rights to use this feature.
Application Management/ Projects manages the entire lifecycle of development projects. A project is a top-level container that holds all related components for a solution, including one or more applications (e.g., a Main App and Micro Apps), services, workflows, and database models.
A project can be packaged into a single file, which is useful for creating full environment backups, migrating complete solutions across environments (e.g., DEV to UAT or PROD), or transferring ownership of an entire solution stack.
Application Management/ Projects
This is the main interface for viewing, searching, creating, and managing all projects in the KAIZEN environment.
Search and filter panel
This section at the top allows you to quickly find specific projects within the portfolio.
| Field | Description |
|---|---|
| Project Name | Search for projects by their name. |
| Package Path | Filter projects based on their unique package path (e.g., com.ecquaria.lowcode). |
| Status | A dropdown menu to filter projects by their current status (e.g., Active, Inactive). |
| Description | Search for keywords within the project descriptions. |
- Search: Applies the specified filters to the projects list.
- Clear: Resets all filter fields to their default state.
Main actions
The toolbar provides high-level actions for managing projects.
| Action | Description |
|---|---|
| Create | Opens a form to create a new project from scratch. |
| Import Project | Allows you to import a project from an exported file, which is useful for migrating projects between environments or restoring from a backup. |
Projects list
The table displays all the projects in the KAIZEN environment, with columns providing key information at a glance.
| Column | Description |
|---|---|
| No. | The sequential number of the item in the list. |
| Project Name | The unique, user-defined name of the project. This column is sortable. |
| Package Path | The Java-style package namespace for the project, used for organising generated code. |
| Description | A brief description of the project's purpose or scope. |
| Status | The current lifecycle status of the project (Active or Inactive). This column is sortable. |
| Actions | A set of operations that can be performed on an individual project row. |
Actions
For each project in the list, the Actions column provides the following functions:
| Action | Description |
|---|---|
| View | Navigates to a detailed, read-only view of the project's configuration and components. |
| Edit | Opens the project's main configuration settings for modification. |
The More dropdown menu provides additional actions:
| Action | Description |
|---|---|
| Assign | Opens an interface to assign specific users or teams to the project. |
| Deactivate | Changes the project's status to "Inactive", preventing new development or deployments. |
| Activate | Changes the project's status to "Active", allowing it to be developed or deployed. |
| Export | Exports the individual project's configuration into a downloadable file. |
| Delete | Remove s the project after its status becomes "Inactive". |
After the deactivation, you have the option to reactivate it following the on-screen instructions.
Create a project
For more information, refer to Create a new project.
Import or export a project
For more information, refer to Import or export a project.
Last updated on 20 May 2026