Inspect Graph Block
Debug and inspect the structure of a workflow graph
The Inspect Graph block is a utility within Scout workflows designed to provide insights into the current structure of the workflow graph. This block is particularly useful for debugging and ensuring that the workflow is correctly structured.
Outputs
The Inspect Graph block outputs a serialized representation of the workflow graph, including details such as response format, elapsed time in milliseconds, and cost. This structured output allows for further analysis and monitoring of the workflow’s performance.
Usage Context
Use this block when you need to inspect the internal structure of a workflow graph for debugging or analysis purposes. It is especially useful during the development phase to ensure that the workflow graph is correctly structured and functioning as intended.
Best Practices
- Regularly inspect graphs to ensure workflow integrity and correctness.
- Use the output details to monitor performance metrics such as elapsed time and cost.