Inspect Graph Block
Debug and inspect the graph structure within Scout workflows
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.
Configuration (Required)
This block does not require any configuration inputs.
Outputs
The output of the Inspect Graph block is a serialized representation of the current graph structure. This output includes details such as:
- Response Format: JSON
- Elapsed Time (ms): Time taken to process the graph inspection in milliseconds.
- Cost: Cost associated with the graph inspection process.
Usage Context
Use this block to inspect and debug the graph structure in your workflow. It helps in understanding the workflow’s current state and verifying its configuration.
Best Practices
- Use this block during the development phase to ensure the workflow graph is correctly structured.
- Utilize the output details to monitor performance metrics such as elapsed time and cost.