Where is the TransactionNumber incremented in the REFramework?
Where is the TransactionNumber incremented in the REFramework?
In the REFramework, the TransactionNumber is incremented both in the RetryCurrentTransaction.xaml workflow and in the SetTransactionStatus.xaml workflow. This is to ensure that after a transaction has been retried the specified number of times, it moves to the next transaction. Therefore, the TransactionNumber is updated in both workflows to handle retries and to finalize the transaction status.
Answer is D
It's definitely D. The Transaction Number is an incremental number that increase by 1 through each transaction. Set Transaction Status if it is successful will increase the number. There may be occasions where there is a business exception or a system exception. In the config file there is a retry mechanism and this will retry the transaction item, after the retries are finished the transaction status will be set to "failed" and the transaction number will increment by 1 in the retry current transaction workflow.
Answer is D check it in RetryTransactionWorkflow. When the transaction is failed and retied then io_TansactionNumber is incremented to move to the next transaction.
Only in the SetTransactionStatus.xaml workflow.
Answer is D Check the ReFramework.
Answer is D.
Answer is D guys
D is the correct one
D is the correct one
Checked the RE Framework, It is also present in Retry Transaction workflow
Answer is B