Machine Steps in Flow Studio - Failures on Iterator
Hi,
example for teh above asking
Suppose you have 2 data grid created for different purpose
Now you will be using iterating and using individual machine steps and insert data into table.
m1-->m2
Now m1 successfully executes though m2 fails but it's wrong if I want to execute whole flow successfully and all the machine steps should if successfully runs, complete the flow.
Now because of the above action some data getting inserted but others not.
Can we have a process where we can decide all machine flow executes and then it gives a success. it can be a user choice basis.

-
What connector are you using? In PLSQL wouldn't it be possible to write an exception in the code to capture the error and then present the error(s) to the user at the end of the scripts or send them to a storage area to re-run?