hello, thank you for the video. i have some question why the answer of question 4 is B? TransactionNumber is also incremented in workflow RetryCurrentTransaction.xaml
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.
hello, thank you for the video. i have some question why the answer of question 4 is B? TransactionNumber is also incremented in workflow RetryCurrentTransaction.xaml
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.