FroH.LVT
Execute multiple steps with error checking [Answered]
I have multiple steps that would be executed one by one with error checking after completing each step.
Eg:
If a step fails, all subsequent steps will not be executed and jump to ResultHandling.
I had give it a try by adding a IsError variable and using it to check the execution state but it looks dirty.
Are there any better way to implement this?
40 replies