I am trying to execute the process whenever there is a new transaction Item in the queue, but have not been able to run it automatically after the queue item is added using API’s.
My scenario would be I’ve enabled the queue based trigger. when an item is newly added to the queue, my process should be triggered. But this isn’t getting triggered. It executes only after 30 mins interval.
If you add more items than available robots, item will not be processed. As soon as robots are available, they get processed.
I also noticed the issue what you are going through. I don’t know the resaon for this behavior. That 30 min interval is controllable through orchestrator config file parameter - Queue.ProcessActivationSchedule . You can change it less time to get it triggered earlier. This is a kind of back up job to check on any new items are missed initially.