# WorkflowActionDocumentation

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/interfaces/workflow-documentation.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/interfaces/workflow-documentation.interface.ts#L148)

Documentation for a workflow action/transition

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `label` | `string` |
| `description` | `string` |
| `targetState` | `string` |
| `requiresModal` | `boolean` |
| `triggers` | `UIInteraction[]` |
| `type` | `'primary' | 'secondary' | 'destructive'` |
