WorkflowRoot
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>