Zadanie odszyfrowuje zaszyfrowane pliki w wybranej klasie dokumentów w archiwum. Wyszukiwanie plików jest ograniczone do podanego przedziału dat (daty utworzenia pliku). Zadanie ma wbudowany ogranicznik czasowy, po którym przerywa działanie. Ogranicznik czasowy można ustawić za pomocą parametru, podając wartość liczbową określającą maksymalny czas działania zadania w godzinach. Logi z procesu deszyfracji są zapisywane w tabeli systemowe Tab_4 "pm_encryption_task_log"
Data liczona jest od godziny 00:00:00 np jeśli wybierzemy od 2021-09-01 to znajduję wszystkie pliku od 2021-09-01 00:00:00
Data utworzenia pliku (do)*
1.0.28
Maksymalna data utworzenia pliku.
Data
Data liczona jest do godziny 00:00:00 np jeśli wybierzemy od 2021-09-01 to znajduję wszystkie pliku do 2021-09-01 00:00:00
Maksymalny czas działania zadania (w godzinach)*
1.0.28
Zadanie zaplanowane zostanie przerwane po przekroczenie czasu wykonania podanego w godzinach.
Liczba
Maksymalna liczba równolegle przetwarzanych plików*
1.0.28
Maksymalna ilość użytych wątków do przetwarzania plików. Wartość powinna być z zakresu 1 - 50.
Liczba
Im więcej wątków tym działanie jest szybsze, ale to też mocno obciąża serwer.
Interwał logowania progresu [sekundy]*
1.0.28
Czas pomiędzy logowaniem progresu przetwarzania plików liczony w sekundach. Log zostaję wyświetlany, jeżeli nastąpiła zmiana ilości przetwarzanych plików.
Liczba
Brana jest wartość bezwzględna danej liczby. Dla wartości 0 jest wstawiana 1 sekunda.+
Wyłącz zadanie po zakończeniu przetwarzania*
1.0.28
Parametr pozwalający na wyłączenie zadania zaplanowanego po prawidłowym, pierwszym uruchomieniu. Przydatne w przypadku gdy uruchomienie zostanie zaplanowane w przyszłości i po pierwszym uruchomieniu chcemy je wyłączyć
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. Logs from the decryption process are saved in the system table Tab_4 "pm_encryption_task_log"
Parameter name
from version
Description
The type of the parameter
Notes and Restrictions
Document class name*
1.0.28
The name of the class in which the files will be encrypted
String
File creation date (from)*
1.0.28
Minimum file creation date
Date
File creation date (until)*
1.0.28
Maximum file creation date
Date
Maximum task runtime (in hours)*
1.0.28
The scheduled task will be terminated after exceeding the specified hours execution time
Number
Maximum number of files processed in parallel*
1.0.28
Maximum number of threads used to process files. The value should be in the range 1 - 50.
Number
The more threads, the faster the operation, but it also places a heavy load on the server
Progress logging interval [seconds]*
1.0.28
The 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.28
A 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 launch