I am using queues in my process and I’m getting queue item one by one process work fine till end but when I looked into orchestrator all the transactions remain InProgress. I don’t know What I am missing.
Thanks,
I am using queues in my process and I’m getting queue item one by one process work fine till end but when I looked into orchestrator all the transactions remain InProgress. I don’t know What I am missing.
Thanks,
Hi,
Are you changing status of queue item anywhere in the code?
If not then use set transaction Status activity in the end and set the status ->Success if bot works fine till end and in the catch section for example if transaction failed then change its status to-> failed.
Let me know if you need further information.
Did you check with the Set Transaction Status activity?
Also check that if your SQL DB of Orchestrator has enough space if this is onpremises
Hope this may help you
Thanks
Thanks @Srini84 and @ghazanfar for your support.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.