> For the complete documentation index, see [llms.txt](https://developer.emporix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.emporix.io/value-stream-modeller/value-stream-designer/process-components.md).

# Value Stream Components

Value streams are built from a few core building blocks: **triggers** start or resume a process, and **process steps** are the actions that run in sequence. You can refine when steps run using **conditions**, and repeat parts of the flow using **looping**. Understanding these components helps you design clear, reliable processes—so it’s worth getting familiar with each before you build your flows.

<table data-view="cards"><thead><tr><th align="center"></th><th align="center"></th><th align="center"></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><i class="fa-bolt">:bolt:</i></td><td align="center"><strong>Triggers</strong></td><td align="center">Events and timer events that initiate or resume a value stream.</td><td></td><td></td><td><a href="/pages/S9fcbq9pTBCLk13GlZpl">/pages/S9fcbq9pTBCLk13GlZpl</a></td></tr><tr><td align="center"><i class="fa-layer-group">:layer-group:</i></td><td align="center"><strong>Process steps</strong></td><td align="center">Scenarios, subflows, and AI agents that form the steps of your process.</td><td></td><td></td><td><a href="/pages/mDkEQE6kRBzIuqLM1zt9">/pages/mDkEQE6kRBzIuqLM1zt9</a></td></tr><tr><td align="center"><i class="fa-filter">:filter:</i></td><td align="center"><strong>Conditions</strong></td><td align="center">Filters and conditions that control when a trigger or step runs.</td><td></td><td></td><td><a href="/pages/JVkrSQcJocxyuq9MCJpN">/pages/JVkrSQcJocxyuq9MCJpN</a></td></tr></tbody></table>

{% hint style="info" %}
For a practical guide to building a value stream, see [Creating a Value Stream](/value-stream-modeller/value-stream-designer/creating-value-stream.md).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/value-stream-modeller/value-stream-designer/process-components.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.
