Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 54 Oracle Analytics and AI Sharing Center
- 26 Oracle Analytics and AI Lounge
- 311 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.4K Oracle Analytics and AI Forums
- 6.7K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 117 Oracle Analytics and AI Trainings
- 24 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Agent Execution Status/Result via SOAP API
When executing an agent via the SOAP API using the executeIBotNow endpoint, it does not provide any information to tell us if the call has succeeded or not. It looks like the XML schema is positioned to return something in the XML in the <sawsoap:executeIBotNowResult> element but nothing is ever populated.
We are looking for a way to trigger an agent, and have confirmation that the agent was actually started/triggered. Either by returning a status of running, or the Invocation ID, or something that would PROGRAMAICALLY give us feedback. I understand that the UI has functionality to allow a user to log in and check the status of something, but we are looking for a way to automate that process.
We are open to solutions that might take additional steps, like an endpoint that we can pass the Invocation ID to, to get the status, or to get the last X number of executions of an agent, or anything that would allow us to script that ability to call the agent and confirm that 1) it was actually triggered and potentially 2) the current status of it (SUCCESS/RUNNING/FAILED).