Click or drag to resize

OrchestratorConfigEagerInitialization Property

If true, all initializations are executed regardless if prior initializations failed or not. So, for example OutputInitializer gets executed even after a failure of IntakeInitializer. This may result in unwanted reset of output (such as erasure of prior data) even if the process could not start due to a problem initializing intake. If false (default), any initialization failure (e.g. in IntakeInitializer) will prevent execution of subsequent initializations (such as OutputInitializer ). In this case, troubleshooting of output initialization is only possible after successful intake initialization.

Namespace:  Mavidian.DataConveyer.Orchestrators
Assembly:  DataConveyer (in DataConveyer.dll) Version: 3.4.6+1324144ff7
Syntax
public bool EagerInitialization { get; set; }

Property Value

Type: Boolean
See Also