Where is the TransactionNumber incremented in the REFramework?

Where is the TransactionNumber incremented in the REFramework?
A . Only in the RetryCurrentTransaction.xaml workflow.
B . Only in the SetTransactionStatus.xaml workflow.
C . In the New Transaction transition.
D . In the RetryCurrentTransaction.xaml workflow and in the SetTransactionStatus.xaml workflow.

Answer: B

Explanation:

The TransactionNumber is incremented only in the SetTransactionStatus.xaml workflow, which is invoked at the end of each transaction. This workflow updates the status of the current transaction item in Orchestrator and increments the TransactionNumber by one. The TransactionNumber is used to keep track of the number of transactions processed by the robot and to get the next transaction item from the queue.

Reference: [SetTransactionStatus.xaml]

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments