Console
Console is the fastest way to test a workflow while you build.
Open Console
In the workflow canvas, click the play icon to open Console.
What to Check in Each Test Run
- Input payload shape
- Block-by-block output
- Final output schema
- Errors and timing
Debug Loop
Use this cycle:
- Run with realistic input
- Inspect first failing or noisy block
- Fix block config or template
- Re-run with the same input
- Re-run with edge-case input
Console Tips
- Keep a small library of test payloads for regression checks
- Test both happy path and failure path
- Validate output field names before exposing workflow as a tool
Next Steps
- Logs: Analyze production run history
- History: Track what changed between revisions
- Creating Workflows: Improve workflow structure
Built with ❤️ by Scout OS
Last updated on