Parameter | Description | Default Value |
ARCHIVE_ENABLED | Activate the Archive Jobs for Workflow Runtime Logs | true |
ARCHIVE_INTERVAL | Period of time that defines how often should the archive Job run | 1 week |
ARCHIVE_TIME | Daytime when the Job should be executed | 2:00 |
ARCHIVE_MAX_AGE_COMPLETED | Duration after a completed or terminated workflow instance will be archived automatically | 6 months |
Check if the Simplifier Workflow Runtime Container has a volume path
workflow-runtime: image: simplifierag/workflow-runtime:${SIMPLIFIER_VERSION} container_name: workflow-runtime restart: always volumes: - ${HOST_DATA_PATH}/workflowRuntime:/home/workflow-runtime/data
Alternatively, you can configure the Workflow Archive by using native configuration
archive { enabled: true age: "10 months" interval: "1 weeks" time: "18:22" }
/var/lib/simplifier/workflowRuntime/archive /var/lib/simplifier/workflowRuntime/archive/mymodel1 /var/lib/simplifier/workflowRuntime/archive/mymodel1/2023-06-05-1.json /var/lib/simplifier/workflowRuntime/archive/mymodel1/2023-06-05-2.json