Vaktum

Schema: ScheduledTaskInput

Input for creating or updating a scheduled task

Properties

CronExpression string Required

Cron expression defining when the task should run (e.g., '0 0 * * *' for daily at midnight)

Description string

Detailed description of the task's purpose

Enabled boolean Required

Whether the task is currently enabled and will be executed according to schedule

EnvironmentId string

ID of the environment to run tests against (for RUN_TEST_SUITE task type)

Name string Required

Human-readable name for the scheduled task

TaskType string Required

Type of task to execute

TestSuiteId string

ID of the test suite to run (for RUN_TEST_SUITE task type)