/** * Help Tasks Page * * Comprehensive help documentation for the Tasks (Scheduled Tasks) page. */ import React from 'react'; import { useTranslation } from 'react-i18next'; import { useNavigate, Link } from 'react-router-dom'; import { ArrowLeft, Clock, Play, Pause, RefreshCw, Zap, Calendar, Settings, CheckCircle, ChevronRight, HelpCircle, FileText, AlertTriangle, } from 'lucide-react'; const HelpTasks: React.FC = () => { const { t } = useTranslation(); const navigate = useNavigate(); return (
Automate your business with scheduled tasks
Tasks are scheduled automations that run at specified intervals to help you manage your business. When you install a plugin from the marketplace, you can schedule it to run automatically - hourly, daily, weekly, or on custom schedules.
Tasks can send emails, generate reports, engage with customers, sync data with external services, and more. They run in the background so you can focus on running your business.
Runs every hour at the specified minute. Great for real-time monitoring and frequent updates.
Runs once per day at your chosen time. Perfect for daily reports, reminders, and cleanup tasks.
Runs once per week on your selected day. Ideal for weekly summaries, marketing campaigns, and reports.
Advanced scheduling using cron expressions for complex schedules like "every Monday and Wednesday at 9am".
Manually trigger a task to run immediately, regardless of its schedule.
Temporarily disable a task without deleting it. Resume when ready.
See execution history, results, and any errors that occurred during task runs.
Modify task settings, change schedule, or update plugin configuration values.
Go to the Plugin Marketplace and install a plugin you want to automate.
Set up any required configuration values for the plugin in My Plugins.
Click "Tasks" in the sidebar to access the scheduled tasks page.
Click "Create Task", select your installed plugin, and choose a schedule.
Save the task. It will automatically run according to your schedule.
Task is scheduled and will run at the specified time
Task is temporarily disabled and won't run until resumed
Task is currently executing
Last execution failed - check logs for details
If you have questions that aren't covered here, our support team is ready to help.