Currently I am seeing that multiple Orchestrators do not supply the Robot Object that is shown within UiPath Documentation for webhooks. Specifically for Queue Item Transaction Failed & Completed. I am looking to see as to if this is a code issue about reporting which robot is running the queue item or if this is bug within Orchestrator and the documentation of webhooks is incorrect.
Hi @Michael_Gispert ,
We can see log of jobs
Inside robot you need write log message step by step
After finish a job, Orchestrator have log file about job
you can check them
regards,
LNV
So currently Job Events such as Job Completed are showcasing the Robot Object.
My issue is that I am not seeing the same Robot Object information within the QueueItem Transaction Completed and QueueItem Transaction Faulted events. Are you saying that a log message would need to be in the queue item to receive the Robot Object Information?
If so, then I will test it and write back to you.