Settings: jobs
The following settings determine the behaviour of jobs in signoSign/Universal.
The following settings are possible in settings.properties with the prefix “jobs.”
jobs.documentLifeTimeInterval
Description | This setting determines the interval at which a check is performed to see which documents need to be deleted. |
Possible values | A valid |
Default value | - |
If documentLifeTimeInterval is set, documentLifeTimeCreation and/or documentLifeTimeModification must also be set. The same applies vice versa.
The document is always deleted at the earliest possible point in time.
jobs.documentLifeTimeCreation
Description | This setting determines the duration in days that must have passed since the document was created at the time of the check in order for a document to be deleted. |
Possible values | An integer > 0 |
Default value | - |
This rules applies to ALL documents. This includes templates and workflow documents.
jobs.documentLifeTimeModification
Description | This setting determines the duration in days that must have passed since the document was last edited at the time of the check in order for a document to be deleted. |
Possible values | An integer > 0 |
Default value | - |
This rules applies to ALL documents. This includes templates and workflow documents.