Hello All,
After postponing a queue transaction bot is picking the same postponed transaction rather than picking the next transaction , how can I pick the next transaction from the queue??
Hello All,
After postponing a queue transaction bot is picking the same postponed transaction rather than picking the next transaction , how can I pick the next transaction from the queue??
Postpone the transaction to the time like 5 minutes or something so it won’t be picked immediately.
@Ashok,
can you please elaborate ??
Hey @naveen.s
Your postponing time should be greater than current time.
Set Proper Postponed Time
Example in Postpone Transaction Item: For postponing it to 5 minutes!
Now.AddMinutes(5)
Best regards,
Ajay Mishra
@naveen.s Yes it is correct, if you want to postpone it for one day then pass
Now.AddDays(1)
Then this transaction will be fetched tomorrow after the current time!
Best regards,
Ajay Mishra
I want to postpone only for 5 minutes if any criteria is not found.
Item is postponing for 5 minutes but after postponing the bot is picking same postponed transaction rather than next transaction
@naveen.s I believe, the other transactions would have the same data in them; just check it once on the orchestrator!
@naveen.s After Transaction Postponed, execution should proceed to the next transaction i.e. Transaction No. 2. However, in the logs, I can see that your execution is in a repetitive loop.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.