A developer used the Robotic Enterprise (RE) Framework to create a Performer process. In which workflow(s) is the Queue Item status updated to failed?

A developer used the Robotic Enterprise (RE) Framework to create a Performer process. In which workflow(s) is the Queue Item status updated?

Hi @sakidi2417

The Queue Item status is updated in

  • GetTransactionData.xaml and SetTransactionStatus.xaml

In the GetTransactionData.xaml, Get Transaction Item activity which retrieves the Transaction Item from the queue and sets its status to In Progress

In the SetTransactionStatus.xaml, Set Transaction Status activity is used to set the status of the Transaction to either Successful or Failed

5 Likes

Hi @sakidi2417

Please close the topic if your query is resolved

Thanks