Hi currently i have requirement where i have to mark in progress transaction which is in inprogress state tp new state which is pending more than 15 minutes. i tried using get queue items to filter those specific transaction bot not able to get correct expression
After Get Queue items activity you can keep your logics if you have and after that you can use Postpone Transaction Item activity and mention the duration in the properties
Hope this may help you
Thanks,
Srini
Not sure i understand the question clearly, but if you are only asking how to get those queue items which are in “in progess” state for more than 15 mins, then you should be able to get those items easily with the lastest activites pack.
Refer below screenshot:
[using UiPath.System.Acvtivies 21.10.4]
Hi currently i am using 21.10 version so we dont have that option, however i figure out the soultion. With StartTransactionTime property of transaction item we finds out the inprogress state start time so we can substract that time woth current time and that timespan we can compare with out predecided time in my case which is 15 minuts. if the value is negative or say less than 0 i make that queue to new state.