Back in steps is a functionality that allows you to go back in a business process redo a series of previous actions in the process.
Allow BACK on this action?
.
When such an action is triggered from the application, the current process token will be marked as aborted and a new one will be created and placed on the node that contains the action that was executed. If any sub-processes were started between the two token positions, they will also be aborted when the token is reset.
The newly created token will copy from the initial token all the information regarding the actions that were performed before the reset point.
There are a few configuration options available in order to decide which of the data to keep when resetting the token:
Remove the following objects from current state
: Process keys that should be deleted when the user is navigating back tho this actionCopy the following objects from current state
: Process keys that should retain their data as persisted prior to the user navigating back to this action.