Building and Deploying a Flogo Application

This topic provides step-by-step instructions to create a new application build and deploy a 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® capability version before you can create an application. For instructions, see Provisioning and Upgrading TIBCO Flogo Capability.

    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 build.

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

    Important: The app build name must start with an alphanumeric character or an underscore (_). It can include letters, digits, periods (.), dashes (-), and underscores (_).
    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