Workflow Review is designed for thunk designers who want to catch thunk design issues before they cause failures in production — whether they're setting up a new thunk or doing a health check on one that's already live.
You run a review and the system analyzes your workflow's configuration and step instructions across five areas: environment setup, properties, tools, step bindings, and instruction quality. It surfaces potential reliability design issues so you know where to focus. Not every finding requires action — some are hard failures (a required connection is missing), others are softer guidance (instruction style could be clearer). While some failures are actionable on the thunk design, some may need consultation with the thunk team.
It is not the right fit for catching output correctness — the review is static analysis of how your thunk is configured, not whether it's producing the right outputs. Use Automated Tests for that.
When should you use it?
After initial workflow setup and iteration, before going to production
After significant changes to step instructions, property bindings, or connection configuration
When troubleshooting unexpected workflow behavior
As a periodic health check on production workflows
How does it work?
The review analyzes your workflow's configuration and step instructions. For each step, it detects what the step is doing — sending a message, reading from storage, writing a file, searching the web — and checks whether the right tools and connections are configured. It also checks properties for missing descriptions and type mismatches, tools for schema strictness and naming conventions, bindings for properties not referenced in the instructions, and data flow to confirm every input property is available when the step runs.
Results appear inline as a saved snapshot. Re-run at any time after making changes to get a fresh assessment.
Where to find it?
Click on the Production Readiness left pane nav. The two features will be visible in the main window.
