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.
- 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 you want to adjust.
- Select the Configuration tab.
- Select Override.
- Edit the relevant configuration, such as prompt text, variables, tool settings, or parameter logic.
- Run, step through, or rerun the workflow to test the change.
- Verify that a temporary override indicator, such as an orange alert icon, appears on the node.
- 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.