2022.1

Table Of Contents
You can browse through the history of all changes in the Versioning History panel, which
contains a complete record of who did what, on which date, and for which reason.
You can elect to revert to a version from within the history if something turns out to be flawed in
your current project.
Runtime parameters
The DataMapper now lets you specify runtime parameters directly inside condition and repeat
steps so that you no longer have to write scripts.
We have also added Runtime parameters when calling Workflow sub-processes. The Go sub
task now lets you specify which values to pass on to the sub-process without having to go
through intermediate steps (by first storing them inside JobInfos, for instance).
This feature not only allows you to design your sub-processes faster, it also eliminates potential
mistakes caused by improper values being passed to them.
Page 1582