How to Test an Agent with Human Feedback and Human Approval Nodes Using Oracle CLI ATLAS?
Summary:
Hi Team,
I am testing an AI Agent workflow using the Oracle CLI ATLAS testing framework, and my workflow contains two Human-in-the-Loop scenarios:
- Human Feedback Node – The workflow pauses and requires feedback/input from a human before continuing.
- Human Approval Node – The workflow pauses and requires the human to either Approve or Reject before the workflow can proceed.
I would like to understand the recommended approach for testing these scenarios using ATLAS through the Oracle CLI.
During ATLAS testing, I am getting the following error when the workflow reaches the Human Feedback/Approval node:
"Runtime reported a wait without the callback metadata and job identity required to resume it."
0