Clone an Existing Application from Git
In this task, you will learn how to clone an existing application from a Git Repository.
Clone an Existing Application from Git
Navigate to the homepage and select "Application" under the "Create new project" section .

The Create new application page will appear.
Select "Clone from git" to create an application using a Git repository.

In the Clone an application page, provide the following details:
Application Name: Provide a name for the new application.
Description: Add a brief description to identify its purpose.
Authentication:
Enter the email or username associated with the Git repository.
Set the Personal Access Token (PAT) for authentication.
Remote URL: Create an empty Git repository and paste the remote URL of the Git repository.

When complete, click the "Create" button. Your application page will be displayed.
After creating the application, on the left side of the screen, you will see a folder structure 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