Flow Tester
After you design a 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. This lets you detect errors in the flow upfront without actually building the app.
- Test run the flow
- See the flow execution
- Select an activity which is executed and see the inputs and outputs
- Change the inputs to other valid values and start the activity from that point onwards
You cannot:
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.