Hi everyone,
I’m currently following the “Build the Intake Agent” exercise from the OutSystems training:🔗 https://learn.outsystems.com/training/journeys/build-agentic-powered-app-3411/build-the-intake-agent-exercise/odc/10813While testing the WorkflowNewCustomerLoan, I encountered the following error in the workflow instance:
🧠 Context
The error appears in the step CallAgent01_Intake.
The instance shows as “Active with error”, but the overall process still seems to proceed — I can see the Intake result (Approved) displayed correctly on the loan details screen.
I followed the exercise exactly as described (using the provided sample data and image).
📸 Screenshots
Workflow instance error view (showing BedrockException)
Workflow logs view
Loan details screen showing the Intake result
🧩 Question: Even though the process continues and displays the correct result, I’d like to understand:
What exactly causes the Could not process image error from Bedrock?
Is this expected behavior (e.g., partial image parsing), or should the model fully process the input without this error?
Does it relate to the model type used in the exercise (perhaps using a text-only model instead of a multimodal one)?
💡 Environment
OutSystems ODC Personal Edition
Following the latest version of the “Build the Intake Agent” training
AI Model: TrialClaude3_7Sonnet
Agent: Agent01_Intake
Thanks in advance — I’d like to share the cause and fix with my team once confirmed!
I have also an error but diferent related to the AI model: Failed to call AI model. Status code: InternalServerError. list index out of range, provider_name: bedrock (OS-ABRS-FM-50001)
you can check the traces and logs to
You might want to check this other post related to the training. It could be connected to the error you encountered, which seems to involve the index.
👉 Build the Intake Agent Exercise
Try reviewing the aggregate that joins the Document and Document Type entities as well.