By default, Maximum number of preserved runs per workflow is set to 200 and Log events expiration days is set to 30 days. Users may need to adjust the retention policy for workflow execution history and log events.This article provides the commands to increase the Maximum number of preserved runs per workflow and Log events expiration days.
VCF Operations/Automation (formerly VMware Aria Suite)
VMware Aria Automation Orchestrator 8.x
To modify the default system properties, execute the following steps from the root console of any Aria Automation/Orchestrator appliance:
Modify the Maximum number of preserved runs per workflow
Run the following command to set the maximum workflow tokens (Target 200)
vracli vro properties set --key ch.dunes.task.max-workflow-tokens --value 200
Modify the Log events expiration days
Run the following command to set the expiration (Target 30 days)
vracli vro properties set --key com.vmware.o11n.log-events-expiration-days --value 30
Validate the changes:
Confirm the properties have been updated correctly by listing the current configuration:
vracli vro properties