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.
  1. Go to AI Agent Studio and open the Workflows workflows tab.
  2. Select Edit Edit to modify a workflow.
  3. From the toolbar, select Debug Debug.
  4. Enter a prompt in Ask Oracle and submit it to run the workflow.
  5. Select the node whose output you want to control.
  6. Open the node's results panel.
  7. Select Overriding Output Overriding Output.
  8. Modify the text or JSON structure.
  9. Continue with Step, Rerun From Node, Resume or start a new run.
  10. 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