# New Features

## Long Running Processes

Long running Processes is a new feature which allows for Processes to he paused or suspended while waiting for work being finished elsewhere or resuming execution after an error for a critical Process. This allows for designing workflow where human interaction is required and a way of presenting a full workflow in one Process instead of splitting the Process up into multiple subparts.

The paused Process will be persisted into the Agent database and it can be signalled to resume when signalled from another Process is received or in a scheduled fashion. It is also possible to resume a Process manually from the UI with modified context, which allows modifying erroneous data afterwards.

[You can learn more about the Long Running Processes from here](/frends-development/integrations/long-running-processes.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://docs.frends.com/release-notes/frends-6.2/new-features.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.
