Testing
Testing your workflow helps you ensure it works as intended before deploying it. You can test both entire workflows and individual actions to verify your logic and connections.
Testing your workflow
Click the ⏵ Run button in the top right of the interface to test your entire workflow. When you do this:
The system will ask for any input your workflow needs
Your workflow will execute from start to finish
You'll see the final output in the "Response" tab of the log once it completes
If there's an error, you'll see where it occurred
Testing individual actions
You can also test specific actions in your workflow:
Click on any action to select it
Use the action's Run button to test just that action
The system will automatically run any previous actions needed
You'll see the action's output in its preview panel
Using the logs
While testing, you can use the logs panel to observe how your workflow behaves as it's being executed.
Test data
When testing, you can:
Provide different types of test input
Use sample data for consistent testing
Try edge cases to verify error handling
Test with realistic data volumes
Remember to test your workflow thoroughly before deploying it for others to use.
Last updated