Skip to content

Commit

Permalink
Improve rollback description - see issue rollback-object #8498
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkvanMents committed Dec 31, 2024
1 parent 9e75fee commit 1c97362
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This activity can be used in both microflows and nanoflows.

## Introduction

The **Rollback object** activity can be used to undo changes (that have not been committed) made to the object in the part of the flow preceding the activity. Furthermore, it deletes objects that have been created but never committed.
The **Rollback object** activity can be used to undo all changes made to the object that have not been committed to the database. Furthermore, it deletes objects that have been created but never committed.

{{% alert color="info" %}}
When the rollback object activity is performed in a sub-microflow, it rolls back the changes in its parent microflow as well as in the sub-microflow.
Expand Down

0 comments on commit 1c97362

Please sign in to comment.