CoreMedia Content Cloud v12 Upgrade Guide / Version 2404
Table Of ContentsNote
When you use custom workflow definitions with the ArchiveProcess action, you have to adapt your workflow definitions.
The ArchiveProcess
action in workflow definitions was used to store a finished
workflow in the database. It was replaced by the ArchiveProcessFinalAction
in
CMCC 11, because it can also archive data from aborted workflows, while the ArchiveProcess
action was only capable to archive data from workflows that completed successfully.
In your custom workflow definitions, replace <Action> tags which contain the class
attribute
ArchiveProcess
with the <FinalAction> tag with the class
attribute ArchiveProcessFinalAction
.
The ArchiveProcess
class still exists for backwards-compatibility of old serialized
workflow definitions, but the action has no functionality anymore. Only workflows with configured
ArchiveProcessFinalAction
will appear in the workflow archive.