In Reframework we are getting data from Queue in orchestrator. So my Question is we only execute those records from queues having status is New by using get transaction…?
By default yes, we only execute the records in New
But you can always customize according to your requirement
Follow Link
Hope this helps you
Thanks
I go through on the link but I did not find relative information
OK, but the answer, you can customize the Re-Framework according to your business requirement
By default the execution of the queue is of having New status
Hope this clears your doubt
Thanks
thanks for reply Now I have one doubt let suppose I missed one data to add on queue now I want to add this. So I used add transaction item to add data its inserted in queue. this record showing me success in orchestrator queue. Now I want to fetch this data in my application which I recently added in queue how can I do this…?
IF you miss the data and the record in orchestrator is successful, why don’t you add it as new to retry again the transaction
Also can you provide more insights on your automation with some requirements screens
Thanks