Exporting an App

You can export apps and use them as templates for development. Or, simply put them in a version control system such as GitHub.
 
Here are a few things to keep in mind before you export an app:
  • When you export an app, all the flows in your app get exported. You cannot choose the flows to export.
  • Passwords or connection details that are configured in any activities within any flow or connection in the app to be exported are removed in the exported app. Manually configure the credentials or VPN connections in the flows after importing such apps.
  • Some apps created in TIBCO Flogo® use the any data type. The any data type is not supported TIBCO Flogo® Extension for Visual Studio Code - Developer Preview. Such apps get imported successfully, but the element of type any gets converted into an empty object. Explicitly use the mapper to populate the empty object with member elements.
  • When an app is exported, the connections are also exported. Also, they retain the same visibility level (org level connection or user level connection).
Warning: When exporting an app, if the app contains open configurations to hold its test data, the open configurations are not exported with the app. Open Configurations in an app must be exported independently of the app export.

To export an app:

    Procedure
  1. Log in to Control Plane and navigate to the Data Plane details page.

  2. Click on the Flogo capability card.

  3. Navigate to the App Builds section, open the overflow menu next to the Flogo app you want to export from the listed apps.

  4. Click Export.