# WorkflowAction

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/documentation/services/workflow-detector.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/documentation/services/workflow-detector.service.ts#L36)

An action within a workflow step

## Properties

| Property | Type |
|---|---|
| `type` | `'navigate' | 'fill-form' | 'click' | 'select' | 'upload' | 'verify'` |
| `target` | `string` |
| `value` | `string` |
| `description` | `string` |
