# Groups

## Описание Group <a href="#description_group" id="description_group"></a>

```xml
<Group Name="GroupName">
  <!--Тэги, специфичные для Group-->
</Group>
```

### Атрибуты Group <a href="#attributes_group" id="attributes_group"></a>

<table data-header-hidden><thead><tr><th align="center"></th><th width="451.3333333333333"></th></tr></thead><tbody><tr><td align="center">Name</td><td><p>Название группы.</p><p></p><p>Обязательный атрибут. Ожидается название одной из групп пользователей, содержащихся в таблице "group" (поле "name") локальной схемы данных.</p><p></p><p>Возможно использование зарезервированного имени группы пользователей - EveryoneGroup, - что соответствует всем пользователям локальной схемы данных.</p></td></tr></tbody></table>

## Тэги, специфичные для Group <a href="#tags_group" id="tags_group"></a>

### Roles <a href="#roles" id="roles"></a>

Роли.

Обязательный тэг. Значение тэга `<Roles>`: список тэгов [`<Role>`](#roles_role).

```xml
<Roles>
  <Role Name="Role1Name" />
  <Role Name="Role2Name" />
</Roles>
```

#### Тэг `<Role>` <a href="#roles_role" id="roles_role"></a>

Роль.

Необязательный тэг. Значение тэга `<Role>`: не ожидается.

#### Атрибуты тэга `<Role>` <a href="#attributes_tag_roles_role" id="attributes_tag_roles_role"></a>

<table data-header-hidden><thead><tr><th align="center"></th><th width="451.3333333333333"></th></tr></thead><tbody><tr><td align="center">Name</td><td><p>Название роли.</p><p></p><p>Обязательный атрибут. Ожидается название одной из ролей, описанных в процессе.</p></td></tr></tbody></table>


---

# 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://wfsys.gitbook.io/workflow-engine-syntax/workflow_engine/groups.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.
