This activity is used to update the status of a transaction. It allows you to set the status of the current transaction, indicating whether it is successful, failed, or in progress.
Set Transaction activity is present in Success, System Exception and Business Exception
The “Set Transaction Status” xaml is part of the REFramework and is used to update the status of a transaction being processed. Transactions are units of work that a robot performs, such as processing an invoice, filling out a form, or any other task.
This activity allows you to define the status of a transaction at different stages of its processing, such as “Success,” “Business Exception,” or “Application Exception.” It helps in tracking the progress and outcome of each transaction.
Set Transaction status activity:
The “Set Transaction” activity is often used in conjunction with the “Set Transaction Status” activity. It is used to set the input arguments for a transaction item before it is processed. A transaction item typically contains information about the work to be done, such as data related to a specific task.
This activity helps in preparing the necessary data for processing a transaction. For example, if a robot is processing invoices, the “Set Transaction” activity might be used to set the invoice number, vendor details, and other relevant information for the current transaction.
Set Transaction Status xaml is present inside Process Transaction data. It has a flowchart with three conditions for Success, Business Exception and System Exception. Set transaction Status activity is present inside all the three Success, Business Exception and System Exception.