⚙️ GermainUX scheduling overview
GermainUX can execute actions and tasks automatically on a recurring schedule or at a specific time.
Supported actions include:
|
Action |
|---|
|
Click and synthetic-user scenarios |
|
HTTP actions |
|
Local programs |
|
Scripts |
|
SQL queries |
|
SSH commands |
|
WMI commands |
📅 Configure a Schedule
You can define a schedule using the visual scheduler in the GermainUX Workspace or an advanced CRON expression.
💻 Using the Visual Scheduler
-
Open the action you want to schedule in the GermainUX Workspace.
-
Enable Run on Schedule.
-
Use the scheduler to configure the execution frequency.
The visual scheduler supports common schedules, including:
|
Schedule |
|---|
|
Every minute |
|
Hourly |
|
Daily |
|
Weekly |
|
At specific times
|
Save the action after configuring its schedule.
🔧 Using a CRON Expression
For more advanced scheduling requirements, select the advanced scheduling option and enter a valid Quartz CRON expression.
A Quartz CRON expression generally uses the following fields:
Seconds Minutes Hours Day-of-Month Month Day-of-Week [Year]
Verify the applicable time zone before enabling a production schedule.
🔖 CRON Expression Examples
|
CRON expression |
Execution schedule |
|---|---|
|
|
Every day at 12:00 p.m. |
|
|
Every day at 10:15 a.m. |
|
|
Every day at 10:15 a.m. |
|
|
Every day at 10:15 a.m. |
|
|
Every day at 10:15 a.m. during 2005. |
|
|
Every minute from 2:00 p.m. through 2:59 p.m., every day. |
|
|
Every five minutes from 2:00 p.m. through 2:55 p.m., every day. |
|
|
Every five minutes from 2:00–2:55 p.m. and 6:00–6:55 p.m., every day. |
|
|
Every minute from 2:00 p.m. through 2:05 p.m., every day. |
|
|
At 2:10 p.m. and 2:44 p.m. every Wednesday in March. |
|
|
At 10:15 a.m. every Monday through Friday. |
|
|
At 10:15 a.m. on the 15th day of every month. |
|
|
At 10:15 a.m. on the last day of every month. |
|
|
At 10:15 a.m. on the last Friday of every month. |
|
|
At 10:15 a.m. on the last Friday of every month from 2002 through 2005. |
|
|
At 10:15 a.m. on the third Friday of every month. |
|
|
At 12:00 p.m. every five days, starting on the first day of each month. |
|
|
Every November 11 at 11:11 a.m. |
Before activating a scheduled action, validate the expression and confirm that its execution frequency will not create overlapping runs or excessive load.
Feature Availability: 2024.2 or later