Vaktum

Schema: ScheduledTask

A task scheduled to run automatically based on a cron expression

Properties

CreatedAt string (date-time)

When the task was created

CreatedBy string

User who created the task

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)

Id string

Unique identifier for the scheduled task

LastRunAt string (date-time)

When the task was last executed

LastUpdatedAt string (date-time)

When the task was last updated

Name string Required

Human-readable name for the scheduled task

NextRunAt string (date-time)

When the task is scheduled to run next

TaskType string Required

Type of task to execute

TestSuiteId string

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

WorkspaceId string

ID of the workspace this task belongs to