# 2024-06-07: OE - Digital Process Step Replay

### Overview

The new Replay feature allows you to replay a single step of a instance in a debug mode. It's applicable to all the steps that are built using scenarios and are in running or finished statuses. This enhancement enables you to test specific scenarios independently without rerunning the entire process. Each replay updates the logs with the latest results and records the run in 's scenario history for improved traceability.

| Feature                            | Benefits                                                                                     |
| ---------------------------------- | -------------------------------------------------------------------------------------------- |
| **Rerunning single process steps** | This allows testing of separate scenarios without needing to run the entire digital process. |
| **Logs for replayed steps**        | Replayed runs are visible in the logs and in 's scenario history for better debugging.       |

### Known problems

No known problems at time of release.

### Documentation and links

* [Digital Process Debugger](/oe/troubleshooting/value-streams-debugger.md)
* [Creating Digital Processes](/oe/value-streams/working-with-value-streams/creating-value-streams.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.emporix.io/release-notes/archive/2024/2024-06-07-oe-replay-debugger.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
