Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Basic information

Package: com.suncode.plugin.tools.scheduledtask.ArchiveDecryptionTask

Available from version: 1.0.25

Description

The task decrypts encrypted files in the selected document class in the archive. The search for files is limited to the given date range (file creation date). The task has a built-in timer after which it stops running. The time limiter can be set using the parameter, giving a numerical value that specifies the maximum duration of the task in hours.

Configuration parameters
Parameter namefrom versionDescriptionThe type of the parameterNotes and Restrictions
Document class name*1.0.28The name of the class in which the files will be encryptedString 
File creation date (from)*1.0.28Minimum file creation dateDate 
File creation date (until)*1.0.28Maximum file creation dateDate 
Maximum task runtime (in hours)*1.0.28The scheduled task will be terminated after exceeding the specified hours execution timeNumber 
Maximum number of files processed in parallel*1.0.28Maximum number of threads used to process files. The value should be in the range 1 - 50.NumberThe more threads, the faster the operation, but it also places a heavy load on the server
Progress logging interval [seconds]*1.0.28The time between logging file processing progress, counted in seconds. The log is displayed if the number of processed files has changed.Number
The absolute value of a given number is taken. For value 0, 1 second is inserted.
Turn off the task when finished*1.0.28A parameter that allows you to disable a scheduled task after it is properly run for the first time. Useful when the launch is scheduled in the future and we want to disable it after the first launchBooleanValues: true/false



Sample configuration

 

 

 

Change log

1.0.25 (applicable documentation)

  • Create a scheduled task

 

 

  • No labels