Parameter | Description | Default Value |
ARCHIVE_TIME | Daytime when the Job should be executed | 2:00 |
ARCHIVE_PATH | Path where the archive files are stored. This is the path within the container. Usually you should not need to change this. | 2:00 |
Deprecated Settings:
Parameter | Description | Default Value | Status |
ARCHIVE_ENABLED | Activate the Archive Jobs for Workflow Runtime Logs | true | Removed with MC 25-03 |
ARCHIVE_INTERVAL | Period of time that defines how often should the archive Job run | 1 week | Removed with MC 25-03 |
ARCHIVE_MAX_AGE_COMPLETED | Duration after a completed or terminated workflow instance will be archived automatically | 6 months | Removed with MC 25-03 |
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