Simulation runtime configurations specify how a concrete simulation run is performed on a specific simulation configuration of a specific process model. They describe
Runtime configurations are separated from simulation configurations, because you may want to use the same simulation configuration for different runtime scenarios, e.g. to use different intervals of the same productive audit trail database to feed the same simulation configuration parameters.
To create a new simulation runtime configuration, select the Open Run Dialog... option from the Run menu.

Select the Simulation Engine tree item as follows

and press the New button.
The following fields have to be populated
If you intend to write the simulation data to a audit trail database or to retrieve audit trail data to configure aspects of the simulation configuration, you need to provide additional information under the Audit Trail DB Connection tab.
To terminate the simulation run at a specific end date, select End of Time Interval as the Termination Condition as indicated in the following screenshot:
If you have selected this termination condition, the simulation engine will create process instances according to the process arrival rates until the end timestamp has been reached.
To terminate the simulation run after a specific number of process instances has been created, select Number of Process Instances as the Termination Condition and specify the Maximum Process Instances property as indicated in the following screenshot:

If you have selected this termination condition, the simulation engine will create the specified number of process instances according to the process arrival rates specified for the selected simulation configuration.
This way you may get a reference after which time this number of processes can be executed, if other parameters are changed, e.g. for ad-hoc optimization purposes.
To terminate the simulation run as soon as a specific length of an application queue length has been reached, select Application Queue Length as the Termination Condition and specify
properties as indicated in the following screenshot:

This way, you may obtain, when the hardware resources hosting a specific service need to be extended assuming increasing process instance entry over time.
To terminate the simulation run as soon as a specific length of a participant queue length has been reached, select Participant Queue Length as the Termination Condition and specify
properties as indicated in the following screenshot:

This way, you may obtain, when the acceptable workload for a team has been reached given increasing process instance entry over time.
To terminate the simulation run as soon as a specific transition has been traversed a specific amount of times, select Transition Traversed N Times as the Termination Condition and specify
properties as indicated in the following screenshot:

This way, you may e.g. detect under which circumstances an exception path is traversed the first time.
By default all launch configurations are saved automatically. If you want to save your simulation runtime configuration separately, you have the option to save it as a Shared file in one of your workspace projects:
Now the runtime configuration file is saved as <configuration-name>.launch in the selected project folder. It can be loaded and used in another project.