+

Search Tips   |   Advanced Search

Activities configuration properties


Filtering active content

activeContentFilter.enabled

When enabled prevents the addition of active content (JavaScript, for example) in any text input field.

Values: true or false.

Disabling this filter introduces vulnerability to cross-site scripting and other types of malicious attacks.


Scheduling Activities statistics collection

jobs.30MinStats.enabled

Whether to run the job that saves statistics for Activities to disk every 30 minutes. Values: true or false.

jobs.30MinStats.interval

Frequency with which to run the scheduled job. This property accepts a chronological expression specified as a String.

jobs.DailyStats.enabled

Whether to run the job that saves statistics for Activities to disk daily. Values: true or false.

jobs.DailyStats.interval

Frequency with which to run the scheduled job. This property accepts a chronological expression specified as a String.

jobs.DatabaseRuntimeStats.enabled

Whether to run the job that periodically collects database statistics for Activities. Values: true or false.

jobs.DatabaseRuntimeStats.interval

Frequency with which to run the scheduled job. This property accepts a chronological expression specified as a String.


Complete activities that are not being used

jobs.AutoComplete.autoCompletionPeriod

Time period in days that an activity must be inactive before it is automatically completed. This property accepts a number value specified as a String.

jobs.AutoComplete.enabled

Whether to run the job that automatically completes inactive activities. Values: true or false.

jobs.AutoComplete.interval

Frequency with which to run the job that automatically completes inactive activities. This property accepts a chronological expression specified as a String.*

jobs.AutoComplete.prenotification

Whether an activity owner is notified before an inactive activity is automatically completed. Values: true or false.


Empty the Activities trash on a schedule

jobs.TrashAutoPurge.daysRetention

How many days to retain deleted data before it is purged. This property accepts a number value specified as a String.

jobs.TrashAutoPurge.enabled

Whether to run the job that permanently removes content from the Activities trash. Values: true or false.

jobs.TrashAutoPurge.interval

Frequency with which to run the scheduled job. This property accepts a chronological expression specified as a String.*


Customize content stores

objectStore.id

This property cannot be modified by the Administrator with the ActivitiesConfigService.updateConfig command. It is configured initially during installation, and its value is displayed with the ActivitiesConfigService.showConfig command.

This property displays a String value of filesystem, which cannot be changed.

objectStore.maxConcurrentDownloads

Number of threads that are simultaneously dedicated to servicing file download requests in the Activities server.

This property accepts a number value specified as a String.

The following list identifies the Activities configuration properties that we can edit.


Purging events log

jobs.EventLogPurgeJob.enabled

Specifies if this task runs.

jobs.EventLogPurgeJob.interval

When this task runs.

jobs.EventLogPurgeJob.maxNumberOfDeletionPerCall

Maximum number of entries that are deleted at one time.

jobs.EventLogPurgeJob.retentionInDays

How old an entry must be before it can be deleted.


Parent topic:
Change Activities configuration property values

Previous topic: Check out the Activities configuration files

Next topic: Apply property changes in Activities


Related:
Secure applications from malicious attack
Scheduling tasks
Start the wsadmin client
Apply common configuration property changes