Putting workflow trace configuration out of the model

Today the tracing configuration is stored in the application model which brings some problems:

  • Developer forgets to turn it off and tracing goes to production
  • You cannot trace a workflow created in a package you do not own without modidying the package
  • Restart of the application is needed to start tracing.

The proposed functionality is to move the configuration to a config file so it is instance independent. It should also be possible to start/stop tracing without a restart.

Implemented: Model Runtime Configuration.