commons-chain icon indicating copy to clipboard operation
commons-chain copied to clipboard

Extending filter and chain base to support rollback on exception

Open rachanamamillapalli opened this issue 3 years ago • 1 comments

In the current implementation of Chain base and filter command, there is no support for rollback/undo operations when there is an exception thrown in the chain. This PP

  1. extends the Filter by adding an undo method
  2. extends ChainBase to execute the undo method on the commands in the chain (from the point of exception to top of the chain)

rachanamamillapalli avatar Nov 29 '21 06:11 rachanamamillapalli

@garydgregory - wondering if we can support this functionality?

rachanamamillapalli avatar Nov 29 '21 10:11 rachanamamillapalli

Component has been marked dormant due to lack of activity

sebbASF avatar Oct 24 '23 19:10 sebbASF