Orchestrator: Get Transaction item

Answer from UiPath:
a) if I’m done working through the Queue, how do I know? Would the according SpecificContent(blah)-field be empty or is there another indication?
{Jishnu}–> You have to use if or Decision activity and check by using “currentItem is Nothing” where currentitem is the variable in the output of Get Transaction is stored.
b) how can I process “in progress” items?
{Jishnu}–> Currently only those items can be processed whose status is new. No other items can be fetched or proceesed in workflow
c) can I select transaction items without actually getting the items (e.g. SQL-statement like)
{Jishnu}–> Currently we can only feth those items from orchestrator whose status is new. You can write your own sql query to fetch the values directly from database but that is not recommended as orchestrator will have no control over this and it may cause somee error in normal functioning.

2 Likes