migrated delete expired sessions hourly script to workflow activity
This commit is contained in:
parent
ba3668643e
commit
85c8627e66
6 changed files with 127 additions and 33 deletions
|
|
@ -0,0 +1,12 @@
|
|||
package WebGUI::i18n::English::Workflow_Activity_DeleteExpiredSessions;
|
||||
|
||||
our $I18N = {
|
||||
'topicName' => {
|
||||
message => q|Delete Expired Sessions|,
|
||||
context => q|The name of this workflow activity.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue