# Task Comment n8n operations

Manage task comments. Select **Task Comment** in the Probo node's **Resource** field.

Return to the [complete n8n resource reference](/docs/developers/api/n8n/resources) to browse another resource.

| Operation | Value    | Description                      | Source                                                                                                                                   |
| --------- | -------- | -------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| Create    | `create` | Create a new task comment.       | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/taskComment/create.operation.ts) |
| Delete    | `delete` | Delete a task comment.           | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/taskComment/delete.operation.ts) |
| Get       | `get`    | Get a task comment.              | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/taskComment/get.operation.ts)    |
| Get Many  | `getAll` | Get many task comments.          | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/taskComment/getAll.operation.ts) |
| Update    | `update` | Update an existing task comment. | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/taskComment/update.operation.ts) |
