Set Transcation progress & set Transcation activity

Hi,

What is set Transcation progress & set Transcation activity brefiely explain this to understand

And where is set Transcation progress xaml.is present and set Transcation activity xaml.us present in Re-framework

Hi @siva_sankar

  1. Set Transaction Progress:

    Helps you create custom progress statuses for your In Progress Orchestrator transactions .

  2. Set Transaction Status:

  • 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

Set Transaction progress activity is not used any where in Re-framework

Cheers!!

1 Like

Hi @siva_sankar

  1. Set Transaction Status xaml:
  • 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.
  1. 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.

Refer the below images for better understanding:



The below image is Set Transaction Status activity for Success. We will have the same for Business and System Exception.

Refer the below Youtube video for better understanding:

Regards

1 Like

@siva_sankar

You can refer below docs

REFramework Documentation-EN.pdf (1.1 MB)

Regards,

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.