# WorkflowTransition

**Kind:** Interface

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

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `action` | `string` |
| `fromStage` | `string` |
| `toStage` | `string` |
| `method` | `string` |
| `service` | `string` |
| `endpoint` | `string` |
| `httpMethod` | `string` |
| `uiTrigger` | `string` |
| `permissions` | `string[]` |
| `isBackward` | `boolean` |
| `isTerminal` | `boolean` |
