How do I fix a workflow that works with a configuration override but still fails in a full run?
The override may only fix one path, while another run profile, branch, or upstream payload continues to produce invalid input.
- 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.
- Confirm which node has the temporary override.
- Retest the same path with the override enabled.
- Run at least one adjacent profile or branch that depends on the same node.
- Inspect the input differences between the passing and failing runs.
- Accept the override only after the affected profiles pass.
- Discard the override if it's hiding a broader upstream issue.