Skip to main content

Work on a project

note

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.

FieldDescription
Project NameSearch for projects by their name.
Package PathFilter projects based on their unique package path (e.g., com.ecquaria.lowcode).
StatusA dropdown menu to filter projects by their current status (e.g., Active, Inactive).
DescriptionSearch 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.

ActionDescription
CreateOpens a form to create a new project from scratch.
Import ProjectAllows 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.

ColumnDescription
No.The sequential number of the item in the list.
Project NameThe unique, user-defined name of the project. This column is sortable.
Package PathThe Java-style package namespace for the project, used for organising generated code.
DescriptionA brief description of the project's purpose or scope.
StatusThe current lifecycle status of the project (Active or Inactive). This column is sortable.
ActionsA 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:

ActionDescription
ViewNavigates to a detailed, read-only view of the project's configuration and components.
EditOpens the project's main configuration settings for modification.

The More dropdown menu provides additional actions:

ActionDescription
AssignOpens an interface to assign specific users or teams to the project.
DeactivateChanges the project's status to "Inactive", preventing new development or deployments.
ActivateChanges the project's status to "Active", allowing it to be developed or deployed.
ExportExports the individual project's configuration into a downloadable file.
DeleteRemove s the project after its status becomes "Inactive".
note

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