Hi All,
I am going through Level 3 UiPath certification, I completed the Assignment no. 1 but I have one problem.
Even after all transactions are processed the automation shows like it keep on executing forever.
Any suggestion to solve this.
Hi All,
I am going through Level 3 UiPath certification, I completed the Assignment no. 1 but I have one problem.
Even after all transactions are processed the automation shows like it keep on executing forever.
Any suggestion to solve this.
Does this occurs only for ReFramework WF or other WF too?
How about debug mode same issue?
This occur only in ReFramework WF, other projects which I created are working fine.
Yes, same issue in debug mode also, can not step over after a stage got stuck there.
ok cool.
It’s kind of known issue.
Couple of suggestion,
Thank you very much!!!
In State machine frame work, if the conditions are not handled properly (Ex, there is no condition satisfied for the next Trigger) then the state machine will never transitioned to next state and it will appear to be in infinite loop. It is Always a best Practice to print the Trigger condition and the end of each process to find the state and transition conditions to verify the state.