Hi Experts,
if at all i want to use REFramework only for single transaction what are the places i need to modify such that the process only executes once even though there are multiple transactions available in Queue.
Hi Experts,
if at all i want to use REFramework only for single transaction what are the places i need to modify such that the process only executes once even though there are multiple transactions available in Queue.
You will have to just make the change in Get Transaction Data
workflow.
Just Add If
condition before Get Transaction Item
to check the TransactionNumber=1
. This will ensure your ReFramwork will execute only once.
Sample Code:
RoboticEnterpriseFramework1.zip (949.6 KB)
Thanks,
Ashok
my Answer was the same… hope its the universal way of converting REFramework for single transaction
Hello Friends,
Yes setting making the change get transaction data would help us convert re framework into a linear process.
Cheers.!
Happy automating.!!
It is the way.
Kindly mark the answer as solution so it will be helpful to other community members.
Thanks,
Ashok
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.