> For the complete documentation index, see [llms.txt](https://help.transform.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.transform.ai/blueprints/creating-blueprints/processes.md).

# Processes

### Overview

Processes are the primary structure inside a Blueprint. They model workflows, phases, and workstreams for delivery tracking.

### Key Concepts

* **Process**: reusable workflow, phase, or workstream
* **Hierarchy**: parent-child rollups for navigation and reporting
* **Linking**: relationships to Systems and Segments for traceability

### How It’s Used

Use Processes to group Requirements and Tasks by business flow. Use hierarchy for rollups in reporting and reviews.

Processes defined in a Blueprint can be included in new Projects. Some UI labels may refer to Projects as Transformations.

### Benefits

* Consistent structure across Projects
* Cleaner reporting by workflow and ownership
* Faster navigation for delivery teams

### Setup Steps

{% stepper %}
{% step %}

### Create a process

1. Navigate to **Blueprints**.
2. Open a Blueprint.
3. Open **Processes**.
4. Select **Add process**.

Define:

* **Name**
* Optional fields when enabled, such as Code, Owner, and Description
  {% endstep %}

{% step %}

### Build hierarchy (optional)

Create parent processes for rollups. Add child processes that represent real subsets.

See [Process Hierarchy](/blueprints/creating-blueprints/process-hierarchy.md).
{% endstep %}

{% step %}

### Link to Systems and Segments (optional)

Link processes to Systems to clarify technology scope. Link processes to Segments to support reporting by business dimension.

* [Create Systems](/blueprints/systems-management/create-systems.md)
* [Segmentation](/blueprints/segmentation.md)
  {% endstep %}
  {% endstepper %}

### Best Practices

* Use one naming pattern across Blueprints.
* Keep hierarchies to 2–3 levels for most teams.
* Avoid creating processes for single tasks.

### Summary

Processes define the Blueprint structure used for delivery tracking.

Hierarchy and linking improve navigation and reporting.

Related:

* [Process Hierarchy](/blueprints/creating-blueprints/process-hierarchy.md)
* [Create Systems](/blueprints/systems-management/create-systems.md)
* [Systems Management](/blueprints/systems-management.md)
* [Segmentation](/blueprints/segmentation.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://help.transform.ai/blueprints/creating-blueprints/processes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
