1.How many transactions are there in Re framework and list out all the transactions in re framework and also triggers in Re framework
2.Can we use work book activities in Excel application Scope will it cause any error for the same
1.How many transactions are there in Re framework and list out all the transactions in re framework and also triggers in Re framework
2.Can we use work book activities in Excel application Scope will it cause any error for the same
Hi
Let’s go one by one
There are three stages where transactions are involved in ReFramework:
Init -
This is the initial state of the workflow. It is responsible for initializing the variables, connections, and other resources that the workflow needs.
Get Transaction Data -
This state retrieves the next transaction data from the queue. If there is no more data in the queue, the workflow will terminate.
Process Transaction -
This state is where the actual automation logic is implemented. It is responsible for processing the transaction data and taking the necessary actions.
Under these stages if you are looking for types of transactions then there are four types involved
TransactionItem :
This is an individual unit of work that the robot processes.
TransactionData :
This typically refers to a collection or dataset of TransactionItems.
TransactionNumber :
This is an integer that represents the current transaction being processed.
TransactionStatus :
This is used to track the status of a TransactionItem (e.g., “In Progress,” “Completed,” “Failed”). It helps manage the processing flow and handle exceptions.
Yes
You can use workbook activities in Excel application scope. However, there are some limitations that needs to be considered.
For macro execution you cannot use workbook activities inside excel and only excel based activities needs to be called
And when u r writing on cell level then it’s better to use excel activity as it might throw exception on using the application back to back
Cheers @Taruna_Gupta