Workflow - Rollback on Failure

As an application builder I would like to have workflows that fail during execution to undo all steps prior to the failed step, so that data is not left in a partial (and potentially unrecoverable) state.

If my workflow has 3 steps where it makes changes to a record, and it fails on the last step, the changes from the first 2 steps should be reverted to their original state.

1 Like

+1