As you see, the REFramework has First Run sequence workflow. In this sequence, it invoked Kill Process sequence workflow.
I was thinking why did you set Kill Process only one time?
Because when the Process Transaction got issue and it invoked Initialization to run again. The bot will run (open) another application (process) - that mean we will have 2 applications run at same time (expect one software).
So, if the workflow fails many time, we will have applications are opening.
What do you think about it?
In my opinion, I will put the Kill process out of First run and place it after If activity.
Thanks.
When process.xaml fails…it first goes to settransactionstatus.xaml where in the system exception sequence you have a close all applications and kill applications as well invoked…and after that initallsetting is executed again…
So apparently you dont need the kill processes in init as it is already invoke in settransactionstatus.xaml , so it stays in first run if activity
Thanks, I see. I faced this issue because I deleted Get Transaction Data.
Do you have any recommend if I only run one time?
Because I only run one time so I don’t need Get Transaction Data flow.