Create a New Application from Scratch

Create new application

Start with a blank project to design a new application

  1. Navigate to the homepage and select "Application" under the "Create new project" section .

The Create new application page displays.

  1. Select "New application" to create a blank application.

  1. In the Create new application page:

  • Name: Enter a suitable name for your application.

  • Description: Click the up arrow next to the Description field that outlines the purpose of your application.

  • Version: Assign a version number to your application.

  • Template: Choose a template that aligns with your application's requirements from the dropdown list.

  • Type: Select the type that suits your use case from the dropdown list. For example, if your application involves orchestrating workflows and Change Data Capture (CDC), choose the corresponding option.

  • Tags: Add relevant tags that describe your application's functionalities. These tags will help categorize and identify your application. Choose tags related to orchestration, workflow, CDC, etc.

  • Enable Git Control: Toggle the option that enables Git control for version management. Enabling this feature allows you to connect to a GIT repository.

  • PAT Description: Personal Access Token

  • Remote URL: Create an empty Git repository and paste the remote URL.

  1. When complete, click the "Create" button. Your application page will be displayed.

After creating the application, you will see a folder structure on the left side of the screen with three main prebuilt folders:

You have:

  • Resources: Configure reusable components for orchestration flows.

  • Workflows: Create and manage different workflows for the application.

  • Schemas: Handle schema uploads or manage data structure definitions.

Now, you can create a new workflow for your application.

Last updated