Edit Node Output
Editing a node's output lets you test downstream behavior with controlled data.
Pinning outputs enables you to do these things:
- Force a specific intent
- Inject a specific business record
- Test an empty result set
- Test malformed or missing fields
- Verify downstream error handling
- Confirm that a summary node handles a specific data shape
To test downstream behavior with custom data, edit a node's output before continuing
execution.
- Go to AI Agent Studio and open the
Workflows
tab. - Select Edit
to modify a workflow. - From the toolbar, select Debug
. - Enter a prompt in Ask Oracle and submit it to run the workflow.
- Select the node whose output you want to control.
- Open the node's results panel.
- Select Overriding Output
. - Modify the text or JSON structure.
- Continue with Step, Rerun From Node, Resume or start a new run.
- Inspect downstream nodes to confirm that they consumed the modified output correctly.
Here are the structure items you can verify:
- Required keys
- Expected data types
- Arrays and objects
- String quoting
- Field names expected by downstream nodes