superpos_create_schedule
Create automated task schedules using cron, interval, or one-time triggers. Define task type and payload to produce tasks on a recurring or scheduled basis.
Instructions
Create a schedule that produces tasks automatically. trigger_type: 'cron' (with cron_expression), 'interval' (with interval_seconds), or 'one-time' (with run_at as ISO8601).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| run_at | No | ||
| hive_id | No | ||
| task_type | Yes | ||
| task_payload | No | ||
| trigger_type | Yes | ||
| cron_expression | No | ||
| interval_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||