Studio Run Configurations

A run configuration is a StreamBase Studio feature that lets you specify the parameters of running an EventFlow or LiveView fragment in Studio. Run configurations have no effect in the command line environment. Run configurations are also known as launch configurations.

A run configuration by default is also used as the debug configuration for the same named fragment. However, you can configure and save separate run and debug configurations for the same fragment, saved with different names. This allows you to create and save various sets of run and debug configurations, to be used in several ways. For example:

  • You can save a single run and debug configuration for each StreamBase EventFlow fragment, or a single run configuration for a LiveView fragment. (This is Studio's default.)

  • You can save separate run and debug configurations for each StreamBase EventFlow fragment, with different parameters for the two conditions.

  • You can save several run configurations or several debug configurations for any one fragment, to run and test it with different runtime parameters.