Skip to main content

Workflow settings

Version

The element type Version is optional and used to mark and distinguish the current release (major-, minor-, hotfix-version) of the users' XML Workflow-File.

Attributes:

Attribute Mandatory Description Example
major no Current major version. major="2"
minor no Current minor version. minor="3"
hotfix no Current hotfix version. hotfix="1"
annex no Current annex version. annex="5"

Example:


<Version major="2" minor="3" hotfix="1" annex="5" />