...
Parameter | Description | Sample Value |
---|---|---|
taskana.jobs.cleanup.runEvery | Cycle time for the cleanup job to run (Duration in ISO 8601 format) | P1D |
taskana.jobs.cleanup.firstRunAt | First start of the cleanup job. (DateTime n ISO 8601 format) | 2018-07-25T08:00:00Z |
taskana.jobs.cleanup.minimumAge | The minimum time between the completion of the task and the deletion by the cleanup (Duration in ISO 8601 format) | P14D |
taskana.jobs.history.cleanup.runEvery | Cycle time for the cleanup job to run (Duration in ISO 8601 format) | P5D |
taskana.jobs.history.cleanup.firstRunAt | First start of the cleanup job. (DateTime n ISO 8601 format) | 2018-07-25T08:00:00Z |
taskana.jobs.history.cleanup.minimumAge | The minimum time between the creation of the history event and the deletion by the cleanup (Duration in ISO 8601 format) | P30D |
Task priority update Job Configuration
Parameter | Description | Sample Value |
---|---|---|
taskana.jobs.priority.bachSize | The maximum number of tasks to be processed in one job | 100 |
taskana.jobs.priority.runEvery | Cycle time for the cleanup job to run (Duration in ISO 8601 format) | P1D |
taskana.jobs.priority.firstRunAt | First start of the job. (DateTime n ISO 8601 format) | 2018-07-25T08:00:00Z |
taskana.jobs.priority.active | Priority will only be updated by this job, if it is flagged as active | false |