asana_complete_task
Update a task's completion state in Asana using its GID to mark it complete or reopen it as incomplete.
Instructions
Mark a task complete (default) or incomplete (completed:false).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_gid | Yes | Task GID | |
| completed | No | true (default) to complete, false to reopen |