Skip to main content
Skip table of contents

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 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.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.