# 2026-02-12: VSM - Multiple triggers

## Overview

We've enhanced the Value Stream Modeller (VSM) so you can define multiple triggers at the start of a value stream. When multiple triggers are configured, the process starts as soon as any one of them occurs.

This gives you more flexibility to start the same value stream from different events, for example, from different commerce events or custom events without duplicating the process.

## New features

| Feature                                 | Benefit                                                                                                                                                                                                                                                                                                                             |
| --------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Multiple start triggers**             | Fewer processes to create and manage. Start a value stream from multiple events - since the process is executed for each trigger, you can support multiple entry points without having to create and maintain separate value streams. This reduces administrative effort, reduces complexity and accelerates configuration changes. |
| **Single use of each trigger at start** | Clearer, more predictable configuration. Prevents duplicate trigger setup so your start conditions stay clean, consistent, and easier to troubleshoot.                                                                                                                                                                              |

## Fixes and improvements

None as this is a new feature.

## Known problems

No known problems at the time of release.

## Documentation and links

User Guides:

* [Creating a value stream](/value-stream-modeller/value-stream-designer/creating-value-stream.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/2026/2026-02-12-vsm-multiple-triggers.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.
