# Processing Activity n8n operations

Manage processing activities. Select **Processing Activity** 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 processing activity.                   | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/processingActivity/create.operation.ts)  |
| Delete    | `delete`  | Delete a processing activity.                       | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/processingActivity/delete.operation.ts)  |
| Get       | `get`     | Get a processing activity.                          | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/processingActivity/get.operation.ts)     |
| Get Many  | `getAll`  | Get many processing activities.                     | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/processingActivity/getAll.operation.ts)  |
| Publish   | `publish` | Publish the processing activity list as a document. | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/processingActivity/publish.operation.ts) |
| Update    | `update`  | Update an existing processing activity.             | [View implementation](https://github.com/getprobo/probo/blob/main/packages/n8n-node/nodes/Probo/actions/processingActivity/update.operation.ts)  |
