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.
Â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.