asana_set_notes_safe
Update task notes and protect them from workspace automations by waiting, then re-asserting the task name and due date. Use on automated boards where rules rewrite notes.
Instructions
Set notes AND survive workspace automations that rewrite the task name / parse dates out of notes text (Rules and some integrations do this): write notes, wait settle_ms, then re-assert name + due_on. Use instead of raw notes edits on automated boards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name to re-assert after settle | |
| notes | No | Plain notes | |
| due_on | No | Due date YYYY-MM-DD to re-assert after settle | |
| task_gid | Yes | Task GID | |
| settle_ms | No | Wait before re-assert (default 3000; raise toward 8000 on slow automation) | |
| html_notes | No | HTML notes (auto-sanitized; overrides notes) |