Creating a Standalone App Property
To create a standalone app property for your app, follow the steps below.
To create a group, see Creating a Group.
Note: The standalone properties (properties that are not in a group) or the properties within the same group must have unique names.
- Procedure
- If your app does not exist, create a new app, and click
Properties shown on the screen below.
If your app already exists, then open the app details page and click Properties.
The App Properties dialog box opens.If you already have existing properties, they are displayed. Click +Property to add another property. - Click on the newly created property to make it editable and rename it. The property gets created.Note: The property name must not contain any spaces or special characters other than a dash (-) or an underscore (_).
- Select the data type for the new property from its drop-down list.
- Enter a default value for the property in the text box next to the property. Note: Only for certificates, the value must be of the format:
<encoded_value>
. To get the encoded value of the contents, you can use https://www.base64encode.org/ or any other base64 encoding tool.For example, for an SSL certificate, you can specify the app property as follows:
- Click
Save.
Note: Flogo Enterprise runs validation in the background as you create a property. The validation takes into consideration the property type and default value of the property that you entered. Save gets enabled only when the validation is successful. Make sure you do not skip this step of saving your newly created property or group.