Optional data that shall be passed to the hook instance for the rollback action of this hook. In case of an error (either in this hook or in a step after this hook) the hook's rollback implementation will be called. this rollback implementation will be paramterized with the rollback data provided here.
There are the following two types of data that can be specified: It is always possible to pass multiple data values for both data types, mapped and unmapped data. Multiple data definitions are separated with commas as you can see in the above examples.

Variable expansion
It is also possible to use a limited set of variables that will be expanded prior to the hook execution (exactly before the hook is executed).
Variables are referenced with @{VAR_NAME}.
Currently the implementation provides the following variables that can be used (but this is subject to change):