WorkflowRoot
The base element of the Workflow XML; it has no attributes and holds the nodes and links.
The base node of the Workflow.xml is always the node called Workflow-Root; it contains no attributes. You can add subentries of the types WorkflowLink Group, WorkflowNode and one subentry of the type Version.
Attributes:
| Attribute | Mandatory | Description |
|---|---|---|
| theme | no | Name of theme |
Example:
<WorkflowRoot theme="FlatTheme">
...
</WorkflowRoot>
Updated on Aug 11, 2026