# Bước song song

Quy trình sẽ đi qua tất cả các nhánh hoặc đồng thời một vài nhánh, tạo thành các luồng song song, người dùng ở các bước xử lý đồng thời. Tất cả các nhánh song song phải được xử lý hoàn tất thì quy trình mới đi đến bước tiếp theo.

**Bước 1**: Chọn Bước song song khi chọn thêm bước

<figure><img src="/files/9RO1lgBcbqzWQEVJu7B0" alt=""><figcaption></figcaption></figure>

**Bước 2**: Thêm điều kiện cho nhánh song song (nếu cần)

<figure><img src="/files/LG80HB7MK3vHvlolwpXO" alt=""><figcaption></figcaption></figure>

<mark style="color:red;">Có thể tạo không giới hạn nhánh, tương ứng với mỗi nhánh cần thêm một trường "Điều kiện"</mark>&#x20;

<mark style="color:red;">Với luồng song song đi qua tất cả các nhánh: chỉ cần thêm số ô "Điều kiện"tương đương với số nhánh không cần nhập chính xác điều kiện</mark>&#x20;

<mark style="color:red;">Với luồng song song đi qua một số nhánh nhất định: cần thêm điều kiện cho từng nhánh</mark>&#x20;

**Bước 3**: Thêm nhánh song song

<figure><img src="/files/28VvCrGKBZD0YaLUXGI6" alt=""><figcaption></figcaption></figure>

**Bước 4**: Cấu hình cho các bước xử lý trong nhánh tương tự như các bước xử lý bình thường

<mark style="color:red;">Lưu ý: Các nhánh có thể có số bước khác nhau, hệ thống cho phép tạo rẽ nhánh có điều kiện trong nhánh song song.</mark>&#x20;

<mark style="color:red;">Mỗi nhánh cần có tối thiểu 1 bước xử lý</mark>&#x20;

<mark style="color:red;">Người xử lý của các bước đầu tiên trong nhánh song song không được trùng nhau.</mark>

Minh họa một quy trình kết hợp nhanh song song có điều kiện:

<figure><img src="/files/QUSwTp5Lzj18NqP31xpD" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/AV7MsuCkpjpSBeIUieXX" alt=""><figcaption></figcaption></figure>


---

# 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://spsvn.gitbook.io/product-docs-1/huong-dan-cai-dat-va-cau-hinh-quan-tri-vien/cau-hinh-quy-trinh/cau-hinh-cac-buoc-cua-quy-trinh/buoc-song-song.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.
