Breadcrumbs

Settings: jobs

The following settings determine the behavior 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 cron expression.
Example:
jobs.documentLifeTimeInterval=0 15 10 * * ? This setting would perform a check of the documents every day at 10:15.

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.


jobs.statArchiveInterval

Description

This setting determines the interval at which statistics are archived.

Possible values

A valid cron expression.
Example:
jobs.documentLifeTimeInterval=0 15 10 * * ? This setting would perform a check of the documents every day at 10:15.

Default value

-

Archived statistics are not automatically deleted. Whether and when statistics are deleted is controlled by jobs.statArchiveStatLifeTime.


jobs.statArchiveStatLifeTime

Description

This setting determines how long raw data from statistics should be retained after archiving. If this value is not defined, no raw data will be deleted when statistics are archived.

Possible values

An integer > 0

Default value

-