The scenarios are stored as text files that use so called .ini-style. The following is a sample scenario.
The first line strating with # determines the MIME-type. The first section has to be Workspace where the number of nodes has to be given. The consequent sections describes nodes of the scenario and are called Node:<node id>. The nodes can be executed on different servers, indicated with server key. The file has to contain sections for all servers. The special section Connections describes the dataflow in the scenario. The keys are of the format <node id>.<port id> of the data source and values are lists separated by ; of data targets of the same format.