> For the complete documentation index, see [llms.txt](https://wfsys.gitbook.io/workflow-engine-syntax/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wfsys.gitbook.io/workflow-engine-syntax/workflow_engine/commands.md).

# Commands

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

```xml
<Command Name="CommandName" Type="CommandType" Assembly="CommandAssembly">
  <!--Тэги, общие для всех команд-->
  <!--Тэги, специфичные для определенной команды (зависит от типа)-->
</Command>
```

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

<table data-header-hidden><thead><tr><th align="center"></th><th width="450.3333333333333"></th></tr></thead><tbody><tr><td align="center">Name</td><td><p>Название команды.</p><p></p><p>Обязательный атрибут.</p></td></tr><tr><td align="center">Type</td><td><p>Название типа команды.</p><p></p><p>Обязательный атрибут.</p></td></tr><tr><td align="center">Assembly</td><td><p>Название сборки (библиотека), если тип команды не поддерживается по умолчанию.</p><p></p><p>Необязательный атрибут.</p></td></tr></tbody></table>
