# flowStepsKey

**Kind:** Function

**Source:** [`atloria-monorepo/apps/screenshot-worker/src/app/screenshot/services/flow-replay.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/screenshot-worker/src/app/screenshot/services/flow-replay.service.ts#L37)

Redis key holding the ordered per-step results for a flow-replay job.

## Signature

```ts
function flowStepsKey(jobId: string)
```

## Parameters

| Name | Type |
|---|---|
| `jobId` | `string` |
