Scenario is i have 5 transactions to process. but if 2nd one fails due to business exception. i would need to fault job and robot will not process next 3 transactions.
tried this:
- if i use throw and catch that exception then robot will stop but job stops without an error
- Terminate workflow gives “runtime Execution error window” that i don’t want.
so basically bot needs to stop but with faulted state and without any runtime error window. Please suggest if anybody have any solutions for this scenario.