Implementing App Specs

Note: Implementing a spec is supported for OpenAPI specs only.

You can create the Flogo app logic (flows) by importing and implementing an API specification file. For importing an API specification, see Importing App Specs. To implement a spec, perform the following steps:

  1. Hover over the tile of the spec.

  2. Click the vertical ellipsis.

  3. Select Implement.

When you implement a spec, the ConfigureHTTPResponse and Return activities are automatically added to the flow. The mappings from trigger output to flow inputs get configured for you based on the definitions in the specification. The output of the ConfigureHTTPResponse activity is automatically mapped to the Return activity input. However, you must configure the input to the ConfigureHTTPResponse activity manually.