| Name | Schedule | Type | Next Run | Status | Actions |
|---|---|---|---|---|---|
|
{{ cron.name }}
{{ cron.description || 'No description' }}
|
{{ cron.cronExpression }}
{{ cron.timezone }}
|
{{ cron.taskType }} | {{ formatNextRun(cron.nextRunAt) }} | {{ cron.enabled ? 'Enabled' : 'Disabled' }} |
|
{{ preset.expression }}
Showing history for: {{ selectedCron?.name }}
| Started | Duration | Status | Actions |
|---|---|---|---|
| {{ formatDate(exec.startedAt) }} | {{ exec.durationMs ? `${exec.durationMs}ms` : '-' }} | {{ exec.status }} |
{{ selectedExecution.error }}
{{ selectedExecution.output }}