Workflow Scheduling¶
Use the Workflow Scheduling feature to automate the execution of your workflows. You can view existing schedules, create new ones, and manage them based on your project requirements.
Workflow Scheduling List¶
On the scheduling list page, you can:
- View the list of all existing schedules for your workflows.
- See key details such as the workflow name, schedule type, start and end dates, and next run time.
- Edit or delete existing schedules using the corresponding action links.
Screenshot: Workflow Scheduling List¶
Create / Edit Schedule¶
You can create a new schedule or edit an existing one by configuring when and how often the workflow should run.
Screenshot: Workflow Scheduling Page¶
Fields¶
-
Jobs
Select one or more workflows that you want to schedule. -
Start Date
Choose the date from which the workflow schedule should be active. -
End Date
Choose the date until which the workflow schedule should be active. -
Cron Configuration
Define how frequently the workflows should run. You can choose from various options: -
Minutes – Set schedules based on minute intervals.
- Hourly – Run workflows at specific hours.
- Daily – Run workflows every day at the specified time.
- Weekly – Select specific days of the week.
- Example: Monday, Wednesday, Friday.
- Monthly – Define schedules for specific dates of the month.
-
Custom – Enter a custom cron expression for advanced scheduling.
-
Start Time
Set the exact time when the workflow should run on the selected days.
The preview at the bottom dynamically shows how the schedule will be interpreted (e.g., “At 12:00 AM”).
This feature allows you to set up automated workflows with precision and flexibility, ensuring timely execution without manual oversight.