Hello,
I have created one column in db "status"
I want to update the status of records are written in db or not in status column
e.g
Data I/p =>Generate attribute(Status- "Started)=> Updated db(Status)=> Write Db => Generate attribute(Status- "Completed)=> Updated db(Status)
Currently I am trying this ways but how can I identify if process failed in the middle then after "Write Db" part not executed then how can i know which data not write