> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tappify.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# WorkOperation

> The work-tracker operations a handler's work table can answer.

```ts theme={null}
type WorkOperation = 
  | "list_containers"
  | "create"
  | "attach"
  | "comment"
  | "status"
  | "resolve";
```

The work-tracker operations a handler's `work` table can answer.
