2.1 Simple Version Control
In this scenario, the exported configurations are simply stored in a Version Control System.
Chain of events:
Team A develops new workflows in .
The configurations are exported with the
vcexport
command to the local working copy.
The resulting xml and schema files are checked in to the Version Control System.
If Team A wants to modify existing workflows, these are checked out from the Version Control System to the local working copy.
The exported configurations are imported into .
The configurations are modified, saved and exported to the local working copy again.
The new xml files from the new export can now be compared with the previous versions using a diff tool.
The updated xml and schema files are checked in to the Version Control System.