Using a Swagger Specification
TIBCO Cloud Integration- Flogo (PAYG) gives you the option to create the Flogo app logic (flows) by importing a Swagger 2.0 specification file. You simply drag and drop a Swagger file into the TIBCO Cloud Integration- Flogo (PAYG) UI and the flows for your app automatically get created based on the definitions in the Swagger file that you uploaded.
Note: Cyclic dependency is not supported while creating flows from Swagger specifications. For example, if you have a type Book which contains an object element of type, Author. The type Author in turn contains an element of type Book which represents the books written by the author. To retreive the Author, it creates a cyclic dependency where the Author object contains the Book object and the Book type in turn contains the Author object.
To upload your Swagger file, follow these steps:
Procedure
Related tasks
Copyright © Cloud Software Group, Inc. All rights reserved.