EcoSys will automatically Archive Visual Workflow History logs for workflows that are in a Cancelled or Completed state. The purge process can be controlled through the following server settings.
visualWorkflow.auditLog.archiveStartTime' (default: 04:30, Requires a restart) |
Controls the time the archiving will start |
visualWorkflow.auditLog.archiveDuration' (in hours, default: 1, min: 1) |
Controls the max duration the purge will run |
visualWorkflow.auditLog.archiveCommitSize' (number of visual workflow instances to commit per transaction, default: 100, min: 10) |
Commit batch size |
visualWorkflow.auditLog.retentionDays' (default: 60, min: 30) |
How many days of records should be retained |
Visual Workflow History logs that meet the above criteria will be archived into a separate database table and consolidated from multiple database rows down to a single database entry.
For a clustered EcoSys environment, the server settings should be configured the same on all nodes. EcoSys will use locks so that only one node in the cluster runs the purge.
This archive process cannot be disabled.