teamstorm_schedule_task_closure
Schedule a TeamStorm task to close automatically at a specified time by setting a target status, with timezone-aware scheduling and workflow-triggered closure.
Instructions
Save closure intent as soon as the user requests a timed closure. close_at must include a timezone. One schedule per task; changed inputs replace it. With a configured workflow, the daemon closes only from its trigger status when due. Without a workflow, the daemon only prepares status context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| close_at | Yes | ||
| task_key | Yes | ||
| target_status | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | pending | |
| close_at | Yes | ||
| revision | No | ||
| task_key | Yes | ||
| checked_at | No | ||
| workflow_id | No | ||
| target_status | Yes | ||
| current_status | No | ||
| workflow_revision | No | ||
| workflow_fingerprint | No |