# 2024-02-05: OE - Subflows

### Overview

We are proud to release a new feature to help our customers address complex business use cases by calling another digital process from within a process step. We call these Subflows.

Subflows are a means of integrating one digital process into another. This proves beneficial if you aim to develop a more complex process to meet the requirements of a broader business use case. In such scenarios, you can integrate processes within each other, eliminating the necessity to run them independently.

| Feature                  | Benefits                                                                                                                                                                                        |
| ------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Embedded digital process | By adding one digital process as a step of another, you can create processes that address larger business requirements without increasing the complexity and maintenance of the process design. |
| Easier monitoring        | Without the need to run multiple digital processes separately to address a single business need, it's easier to monitor the process flow.                                                       |

### Known problems

No known problems at time of release.

### Documentation and links

* [Digital Process Components](broken://spaces/8dAaH7DfB59pzZwLxmur/pages/hTGZ3pjA0n74tiN1GQ06)
* [Creating Digital Processes](broken://spaces/8dAaH7DfB59pzZwLxmur/pages/fpq7OwfGems7fCYXyLLI)


---

# 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-02-05-oe-subflows.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.
