Creating and Deploying a New App Build

This topic describes how to build and deploy a new Flogo application to a data plane.

Note: Applications are configured with 0.5 CPU and 1 GB of memory by default.
Before you begin

You need to provision a TIBCO Flogo® Enterprise capability version before you can create an application. For instructions, see Provisioning TIBCO Flogo.

    Procedure
  1. In TIBCO Control Plane, click Data Planes from the left navigation.

  2. On the Data Plane card of your choice, click Go to Data Plane.

  3. In the Applications section, click Deploy an App.

    Tip: Alternate method:
    1. In the Capabilities section, select the FLOGO capability.

    2. In the App Builds section, click Create New App Build And Deploy.

    3. Proceed with Step 5.

  4. Click Start in the Deploy Flogo card.

  5. On the Upload Files tab, drag and drop the .json or .flogo file into the box or click browse to upload to upload a file from your system. Then, click Open.

    Note: To deploy an app created locally in Visual Studio Code, upload the .flogo or .json file from your workspace.
  6. Click Upload Selected File, and then click Next.

  7. On the App Build Configurations tab, specify the values for the following fields:

    Field Description
    Select Flogo version
    Flogo Version

    From the Flogo version dropdown, select the Flogo version that you want to work with.

    Default: The latest version or provisioned version.

    Application Build Name

    Specify the name of your application.

    Default: The application name is automatically retrieved from the uploaded .flogo or .json file in Step 4.

    Note: When naming your application, ensure that the name contains only lowercase letters (a-z), numeric characters (0-9), and hyphens (-). Hyphens must be placed in the middle of the name, not at the beginning or end. For example, abcdefg, 123458, abcd458, or 12-ab-4 are valid. Any other characters, such as uppercase letters, spaces, or special symbols, cause the deployment to fail.
    Application Tags

    Click the icon to add tags for your application to enhance searchability and categorization.
    Select Connectors/Custom Extensions version
    Refresh List

    Click to fetch the latest list of connector/extension versions.

    Default: The latest version or provisioned version.

    <Connector/Extension>

    Choose the version of the connectors and custom extensions that you want to use with your application.

    If your application requires a connector that is not currently provisioned in the data plane, you are prompted to provision it. Click the provision the missing connector in another tab link. For more information, see Provisioning Flogo and Connectors.

  8. Click Create Build.

ResultAn app build with a unique ID is created on your data plane.
Note: Apps deployed from Visual Studio Code using the TIBCO Platform runtime are tagged with the tag.
What to do next