Override Node Configuration

A configuration override enables you test a temporary node change during debugging without immediately committing it to the workflow.

Here's a list of common causes of payload or execution issues:
  • A missing or incorrect prompt instruction
  • A malformed parameter mapping
  • An incorrect query field
  • The wrong operator
  • An incomplete variable reference
  • A prompt that doesn't produce the expected JSON shape
Use a configuration override to test temporary changes without modifying the workflow definition.
  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 you want to adjust.
  6. Select the Configuration tab.
  7. Select Override.
  8. Edit the relevant configuration, such as prompt text, variables, tool settings, or parameter logic.
  9. Run, step through, or rerun the workflow to test the change.
  10. Verify that a temporary override indicator, such as an orange alert icon, appears on the node.
  11. If the override fixes the issue, select Accept to apply it to the workflow. If it doesn't fix the issue, select discard or reset the override.
Treat overrides as temporary until they have been validated. A good practice is to test the override using at least two run profiles before accepting it.