Document Storage

Documents, such as case documents, need to be stored persistently. The Axon Ivy Engine can store such files in different locations depending on the configuration.

The following Document Storages are bundled as part of the Axon Ivy Engine:

By default, the files are stored in the local file system. The setting can be changed per security system.

1# sample ivy.yaml that configures the local document storage
2SecuritySystems:
3  default:
4    DocumentStorage:
5      Name: local