Flow Tester
After you have designed the flow, use the Flow Tester to test the flow.
When designing a flow, runtime errors can go undetected until you build the app to execute the flow. It can become particularly cumbersome to test flows that start with a trigger, since the triggers activate based on an external event. So, before you can test the flow, you need to configure the external app to send a message to the trigger in order to activate the trigger and consequently execute the flow. The Flow Tester eliminates the need to activate the trigger in order to execute the flow.
You provide the input to the flow in the Flow Tester. The Flow Tester executes the flow on demand without using a trigger. Each activity executes independently and displays its logs at the end of the flow execution. This lets you detect errors in the flow upfront without actually building the app.
This section contains the following topics:
- Testing Flows from the UI
You can use the Flow Tester from the TIBCO Cloud Integration - Flogo (PAYG) Web UI or you can use the CLI to run the test command in the Flow Tester. This section describes how to use the Flow Tester from the Web UI.