Skip to content

Interface and Operations / Scheduled Tasks (Old Version: Automatic Trigger Configuration)

When a user-written function needs to be executed automatically on a regular basis, a "scheduled task" can be created for this function.

Scheduled Task List

By accessing "Manage / Scheduled Tasks", you can enter the scheduled task list where you can manage the scheduled tasks.

cron-job-list.png

Manual Execution of Scheduled Tasks

In some cases, if a user wants to execute the configured "scheduled task" immediately outside of the planned schedule, you can click "Execute" in the "Scheduled Task" list to trigger a temporary manual execution.

run-cron-job-manually.png


Reference Documentation

For basic concepts about scheduled tasks, refer to the documentation Script Development / Basic Concepts / Scheduled Tasks (Old Version: Automatic Trigger Configuration)

For detailed methods of writing functions, refer to the documentation Script Development / Writing and Calling Functions