# DeleteReason

# Type Alias: DeleteReason

```ts
type DeleteReason = "finished" | "errored" | "aborted";
```

Defined in: [packages/workflow-core/src/types.ts:549](https://github.com/TanStack/workflow/blob/main/packages/workflow-core/src/types.ts#L549)
