How to Aggregate Error Logs from a For Loop in Oracle AI Agent Studio Workflow Agent?
In Oracle Fusion AI Agent Studio, I am building a Workflow Agent that uses a For Loop node to iterate over a collection of records and perform operations on each item (e.g., calling a Business Object or External REST API).
During execution, individual iterations within the loop may encounter errors (e.g., validation failures, API errors, or missing data). Currently, errors are handled per-node, but the workflow either stops at the first failure or handles each error in isolation.
Requirement:I need a way to capture and accumulate all error messages that occur across all iterations of the For Loop, and then
Tagged:
0