Testing an On-premises App Using Flow Tester

    Procedure
  1. Download the latest version of TIBCO Cloud Integration - Hybrid Agent from TIBCO Cloud > Integration > Environment & Tools > Agents > New Agent > Hybrid.
  2. Configure and start the TIBCO Cloud Integration - Hybrid Agent with the system access key so that a single agent can be used with multiple services:
    ./tibagent configure agent ${AGENT}
    ./tibagent start agent ${AGENT} -s {TCI_TUNNEL_SPECS1} -s{TCI_TUNNEL_SPECS2}

  3. Enable dbservice as system access key using the TIBCO Cloud Integration Platform API. See Enabling the DB Service for an Organization with the API.
  4. Enable TIBCO Flogo Tester Services from TIBCO Cloud > Integration > Environment & Tools > Hybrid Connection. See Enabling the Flow Tester for On-Premises Apps.
  5. Create a connection and create an app.
  6. Go to Flogo launch configuration and select Using on-premise services.
  7. Run the app.
Note: A single TIBCO Cloud Integration - Hybrid Agent configured without a custom access key can be used for multiple services such as the Execution History, Flow Tester, or DB services. If a TIBCO Cloud Integration - Hybrid Agent is configured with your access key to establish hybrid connectivity to your on-premises resources, you must configure a separate agent for each service.

Sample

For a sample that demonstrates how to use the flow tester for testing an on-premises app, see Sample: Testing an On-premises App Using Flow Tester.