package WebGUI::i18n::English::Workflow_Activity_CreateCronJob; our $I18N = { 'activityName' => { message => q|Create Cron Job|, context => q|The name of this workflow activity.|, lastUpdated => 0, }, 'create cron job body' => { message => q|
This workflow activity is used to run other Workflows on specified times and days or regular intervals.
|, lastUpdated => 0, }, }; 1;