Hello guys,
I need your guidance whether its should be done or not.
I have a process which is dependent on its previous input, as of only when we process previous sequence we create input for the current sequence but once the status of the transaction is changed next time it will not be processed. Also this is a financial process and has an financial impact if the bot process the duplicate file or transaction it can be reversed easily. So can we built dynamic bot where it can start from the activity it has stopped? p.s The process is lengthy and we cant use flags after every activity or steps.
Please guide.