/
VariableArchivationHandler

VariableArchivationHandler

Description

This ActionHandler searches for process variables that match a given pattern and then archive them. New variables are formed according to the following scheme:

oldVariableName_archivationCounterName[count]

The variables are then filled with current values. After this, the original variables are emptied.


Class

com.dooris.bpm.actionhandler.VariableArchivationHandler

Parameter

Parameter name

Default value

Description

Valid examples

Parameter name

Default value

Description

Valid examples

variablePattern

 

Specifies which pattern to search for.

%archive

In this case, all variables that look like the following would be found: variable1_archive

archivationCount

 

Denotes the name of the variable in which a counter runs of how often archiving has taken place. In addition, archived variables are renamed according to these parameters.

countName

Before: variable1_archive
After: variable1_archive_countName[0]

 

Related content

InstanceArchivationHandler
InstanceArchivationHandler
More like this
ActionHandler
ActionHandler
Read with this
VariableArchivationHandler
VariableArchivationHandler
More like this
StarterToProcessVariableActionHandler
StarterToProcessVariableActionHandler
Read with this
WriteBackProcessVariableHandler
WriteBackProcessVariableHandler
More like this
YearIDGenerator
YearIDGenerator
More like this