This is an old revision of the document!
This page is not fully translated, yet. Please help completing the translation.
(remove this paragraph once the translation is finished)
This action handler searches for process variables that match a given pattern and then archives them.
New variables are formed according to the following scheme: altervariablenname_ARCHIVIERUNGSCOUNTNAME[COUNT]. The variables are then filled with the current values.
After this, the original variables are emptied.
com.dooris.bpm.actionhandler.VariableArchivationHandler
any
any
none
Gives the pattern for the search.
i.e.: “%archive”
In this case, all variables that look like the following would be found: variable1_archive
Denotes the name of the variable in which a counter runs of how often archiving has taken place.
Also, archived variables are renamed according to these parameters.
i.e.:
archivationCount = countName;
Before: variable1_archive
NacherAfter: variable1_archive_countName[0];