• Getting Started
    • Important Information
    • TIBCO Documentation and Support Services
    • Overview
      • Preparing to Use TIBCO Cloud Integration - Flogo (PAYG)
      • Subscribing to TIBCO Cloud Integration - Flogo (PAYG)
    • Pulling Docker Images
      • Flogo Web UI Image
      • Flogo Runtime Docker Image
  • User's Guide
    • Important Information
    • TIBCO Documentation and Support Services
    • Overview
      • Concepts
    • Developing TIBCO Flogo® Apps
      • Creating a TIBCO Flogo® App
      • Reverting Changes to an App
      • Building the App
    • Building APIs
      • Using a Swagger Specification
        • Configuring the REST Reply
      • Using GraphQL Schema
    • Flogo Runtime
      • Environment Variables
      • Healthcheck API
      • Runtime Statistics
        • Go Language Runtime Statistics and Profiling
        • Application Metrics
          • Enabling Application Metrics
          • Prometheus
            • Using Prometheus to Analyze Flogo App Metrics
            • Often-Used Queries
    • Using Connectors
      • Creating Connections
      • Editing or Deleting Existing Connections
    • Flows
      • Creating a Flow
        • Selecting a Trigger When Creating a New Flow
        • Starting with a Trigger
          • Creating a Flow Attached to a REST (Receive HTTP Message) Trigger
          • Creating a Flow attached to the GraphQL Trigger
          • Creating a Flow Attached to Other Triggers
        • Creating a Blank Flow (Flow without a Trigger)
        • Attaching a Flow to One or More Existing Trigger
        • Attaching a Flow to a New Trigger
        • Creating an Error Handler Flow
      • Synchronizing Schema Between Trigger and Flow
      • Using Subflows
        • Creating Subflows
      • Creating a Flow Execution Branch
        • Types of Branch Conditions
        • Setting Branch Conditions
        • Deleting a Branch
      • Duplicating a Flow
      • Editing a Flow
      • Reverting Changes to a Flow
      • Switching Between Flows in an App
      • Switching Between Display Views on the App Page
      • Deleting a Flow
      • Configuring the Error Handler
      • Adding an Activity
      • Configuring an Activity
      • Using the Iterator in an Activity
      • Deleting an Activity
      • Viewing Errors and Warnings
    • Flow Tester
      • Testing Flows from the UI
        • What is a Launch Configuration?
        • Creating and Using a Launch Configuration
        • Configuring a Launch Configuration
        • Exporting a Launch Configuration
        • Importing a Launch Configuration
        • Cloning a Launch Configuration
        • Deleting a Launch Configuration
    • Mapper
      • Scopes in the Mapper
      • Reserved Keywords to be Avoided in Schemas
      • Using Functions
      • Using Expressions
      • Supported Operators
      • Using the Mapper
        • Mapping a Single Element of Primitive Data Type
        • Mapping an Object
        • Mapping Arrays
          • Mapping an Array of Primitive Data Types
          • Mapping Complex Arrays - Using the array.forEach() Function
            • Mapping Identical Arrays of Objects
            • Mapping Array Child Elements to Non-Array Elements or to an Element in a Non-Matching Array
            • Mapping Nested Arrays
              • Mapping Child Elements in a Nested Array Scope
              • Mapping a Nested Array Child Element outside the Nested Array Scope
              • Mapping an Element from a Parent Array to a Child Element within its Nested Array
            • Filtering Array Elements to Map Based on a Condition
        • Constructing the any or object Data Type in Mapper
        • Clear Mapping of Child Elements in Objects and Arrays
    • Application Properties
      • Creating Application Properties
        • App Properties Dialog Views
        • Creating a Standalone Application Property
        • Creating a Group
      • Deleting a Group or Property
      • Using Application Properties in a Flow
        • Using Application Properties in the Mapper
        • Unlinking an Application Property from a Field Value
      • Using Application Properties in Connections
      • Editing an Application Property
        • Changing the Default Value of a Property from the App Properties Dialog
        • Changing the Name or Data Type of an Application Property after Using It
      • When Importing an App
      • Exporting Application Properties to a File
    • Application Configuration Management
      • Consul
        • Using Consul with TIBCO Cloud Integration - Flogo (PAYG)
        • Consul Connection Parameters
        • Setting the Consul Connection Parameters
      • AWS Systems Manager Parameter Store
        • Using the Parameter Store with TIBCO Cloud Integration - Flogo (PAYG)
        • Parameter Store Connection Parameters
        • Setting the Parameter Store Connection Parameters
      • Evironment Variables
        • Using Environment Variables to Override Application Property Values
      • Encrypting Password Values
    • Container Deployments for AWS Marketplace
      • Build the Flogo Application Docker Image
      • About AWS Deployment Templates
      • Example: Deploying a Flogo App on AWS EKS
        • Prerequisites
        • Deploying a Flogo App on AWS EKS
        • Troubleshooting
    • Calling Lambda Functions
      • Creating a Connection with the AWS Connector
    • Using Extensions
      • Pulling Extensions from an Open Source Public Git Repository
    • Exporting and Importing an App
  • TIBCO Cloud™ Integration - Flogo® (PAYG) Activities and Triggers
    • Important Information
    • TIBCO Documentation and Support Services
    • Out-of-the-box Activities and Triggers
      • General Category
        • Triggers
          • Timer Trigger
          • REST Trigger
          • GraphQL Trigger
        • Activities
          • ConfigureHTTPResponse
          • InvokeLambdaFunction
          • InvokeRESTService
            • Using SSL
          • LogMessage
          • Mapper
          • ParseJSONActivity
          • ReplyToHTTPMessage (Supported for backward compatibility only)
          • SendMail
          • Sleep
      • Apache Avro
        • Overview
        • Avro Serialize
        • Avro Deserialize
      • Apache Kafka
        • Overview
        • Configuring a Kafka Client Connection
          • Kafka Client Configuration Details
        • Kafka Consumer Trigger
        • Kafka Producer
        • Kafka Offset Commit
      • Microsoft SQL Server
        • Overview
        • Creating a Microsoft SQL Server Connection
          • Microsoft SQL Server Connection Details
        • SQLServer Query
        • SQLServer Insert
        • SQLServer Update
        • SQLServer Delete
      • Oracle MySQL
        • Overview
        • Creating an Oracle MySQL Connection
          • Oracle MySQL Connection Details
        • MySQL Query
        • MySQL Insert
        • MySQL Update
        • MySQL Delete
      • MQTT
        • Overview
        • Creating an MQTT Connection
          • MQTT Connection Details
        • MQTT Subscriber Trigger
        • MQTT Publish Activity
      • PostgreSQL
        • Overview
        • Creating a PostgreSQL Connection
          • PostgreSQL Connection Details
        • PostgreSQL Query
        • PostgreSQL Insert
        • PostgreSQL Delete
        • PostgreSQL Update
      • TIBCO Cloud Messaging
        • Overview
        • Creating a TIBCO Cloud Messaging Connection
          • TIBCO Cloud Messaging Connection Details
        • MessageSubscriber Trigger
        • TCMMessagePublisher