Hiii guys,I have a query,in reframework can we accomplish the process without the get transaction data stage.
Hi buddy @venkatmalla6
–usually get transaction data is what that fetches the data to be processed
–But still if we are not trying to fetch any data like getting a data and processing, rather we involve like going to a application doing some operation just like clicking and writing then we may not need the Get Transaction Data state as a part of REFramework…
–which means we can directly open the application with Init Applicaiton State that would get the login details and log in to the application we want and directly go for Process state, like REFramework is a template made in easy to work with the business process buddy and we can make changes to our need and to our business process.
Finally to conclude
–if we need to fetch data and process it later we need Get Transaction Data State in our workflow as it is good practice to have it in such situation
–while if we dont have any data to be obtained and to be process, we may neglect it
so its necessary indeed based on the situation
Thats all buddy
Hope this would help you
Cheers @venkatmalla6
@Palaniyappan thanks for the reply buddy,which means say if we’re working on any datatables or queue items we require get transaction data becoz,the process stage again goes back to the get transaction data for next iteration.
yes exactly
Cheers @venkatmalla6