The Queue exists in Orchestrator and I can see items in it (and the Dispatcher can add items successfully). However, in the Performer, the activity Get Transaction Item returns NULL, so the process ends immediately as if there are no transactions to process.
I also tried using Get Queue Items and it can retrieve items, but Get Transaction Item still returns NULL.
Get Transaction Item only picks “New” items from the exact queue, folder, and tenant the robot is running in. Even a small mismatch causes it to return NULL.
Double-check the queue name, folder, tenant, robot account, and that the items are in “New” status. Since Get Queue Items works, it’s almost certainly one of these.