I have been using the “Set Transaction Progress” activity in my project and it is working in the QA Orchestrator. But in Prod, it is not updating the progress of the queue item and the progress field is itself missing.
Actually, my scenario is to postpone the transaction to 1min if the required condition is not met, and set transaction progress is used to check how many times it has been processed. If it is processed less than 5 times, need to postpone the transaction else fail it.
Can anyone suggest to me any solution to fix the issue?
Hi @Shivaraju ,
just wanted to know if you have used any folder path in get queue item which is not assigned in current activity? can you please cross check with
it and confirm please?
Please make sure the functionality you are trying to run is supported in your Prod version of orchestrator. As you are saying the progress field is missing, can you show us what you are not able to locate once.
Hi @sahad.kk ,
I have not used the “Get Queue Item” activity and have not provided any value in the Folder path for "Set Transaction Progress and “Postpone Transaction Item”.
One quick way coming in my mind is you can pass a reference value to that queue item and lately you can check the count of queue items of that reference if it meets your requirements then you can write as processed or else not processed.
I have tried it and the count of queue items with the reference for postpone transaction is always “1” because it is updating the status of the same transaction